<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]] ===== GetCreeperColors ===== ^Arguments^Result^Notation^ | null |2 pair of 3-value RGB (Red, Green, Blue) colors settings|'' -- f1 f2 f3 f4 f5 f6 ''| === Description === Gets the current RGB color values for Creeper and Anti-Creeper, respectively. === Examples === Warp notation GetCreeperColors ->acB ->acG ->acR ->creeperB ->creeperG ->creeperR The values returned are floating-point numbers between 0 and 1. To obtain normal RGB color values between 1 and 255, multiply the returned values by 255 and use the integer portion.