Difference between revisions of "ColorField"
Jump to navigation
Jump to search
(Created page with "= ColorField = Colors a unit gradually depending on its current state. So (+127,-128,-128) is red and (+127,+127,+127) is white. See Also: Event_Instruction_2E|{2E}Backgr...") |
(No difference)
|
Revision as of 14:15, 30 December 2013
Contents
ColorField
Colors a unit gradually depending on its current state.
So (+127,-128,-128) is red and (+127,+127,+127) is white.
See Also: {2E}Background {31}ColorBGBeta {32}ColorUnit
Preset Color : Byte (hex)
Instead of setting RGB values, you can pick any of the preset colors:
- x01 : Night
- x02 : Grayscale
- x04 : Original palette?
- x08 : Original palette?
- x10 : Completely Blue
- x20 : Completely Blue
- x40 : Completely Blue
- x80 : Completely Blue
Red : Red (signed)
Red value of the RGB color.
Green : Byte (signed)
Green value of the RGB color.
Blue : Byte (signed)
Blue value of the RGB color.
Time : Byte (unsigned)
Time required to perform the whole instruction in tenths of second.
- 050 = 5,0 seconds
- 100 = 10,0 seconds
- 255 = 25,5 seconds