Difference between revisions of "Background"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= Background = Creates a gradient background gradually by ignoring its current state So (0,0,0) is black and (255,255,255) is white. See Also: Event_Instruction_31|{31}Co...")
 
Line 1: Line 1:
= Background =
+
= [[Event_Instruction_2E|{2E} {{IE_2E}}]] =
 
Creates a gradient background gradually by ignoring its current state
 
Creates a gradient background gradually by ignoring its current state
  
Line 5: Line 5:
  
  
See Also: [[Event_Instruction_31|{31}ColorBGBeta]] [[Event_Instruction_32|{32}ColorUnit]] [[Event_Instruction_33|{33}ColorField]]  
+
See Also: [[Event_Instruction_31|{31} {{IE_31}}]] [[Event_Instruction_32|{32} {{IE_32}}]] [[Event_Instruction_33|{33} {{IE_33}}]]
  
  

Revision as of 00:23, 31 December 2013

{2E} Background

Creates a gradient background gradually by ignoring its current state

So (0,0,0) is black and (255,255,255) is white.


See Also: {31} ColorBGBeta{32} ColorUnit{33} ColorField


Red (Top) : Byte (unsigned)

Red value of the RGB color.


Green (Top) : Byte (unsigned)

Green value of the RGB color.


Blue (Top) : Byte (unsigned)

Blue value of the RGB color.


Red (Bottom) : Byte (unsigned)

Red value of the RGB color.


Green (Bottom) : Byte (unsigned)

Green value of the RGB color.


Blue (Bottom) : Byte (unsigned)

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


Unknown 1 : Byte (hex)

Either x01 or x00.