Difference between revisions of "ColorField"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= [[Event_Instruction_33|{33} {{IE_33}}]] =
+
= {33} {{IE_33}} =
Colors a unit gradually depending on its current state.
+
{{IE_33_ex}}
  
So (+127,-128,-128) is red and (+127,+127,+127) is white.
+
{{IE_33_desc}}
  
  
Line 32: Line 32:
  
  
== Time : Byte (unsigned) ==
+
{{FrameTimeByte}}
Time required to perform the whole instruction in tenths of second.
 
*050 = 5,0 seconds
 
*100 = 10,0 seconds
 
*255 = 25,5 seconds
 

Revision as of 02:28, 3 January 2014

{33} ColorField

ColorField(xPR,+RED,+GRN,+BLU,TIM)

Colors entire map specified colors.

(-128,-128,-128) is black and (+127,+127,+127) is white while (+000,+000,+000) returns the map to its original color.


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 assigned in frames to complete the instruction. One frame is the equivalent of 1/60th of a second.

  • 030 = 0,5 second
  • 060 = 1 second
  • 120 = 2 seconds
  • 180 = 3 seconds
  • 255 = 4,25 seconds