Background

From Final Fantasy Hacktics Wiki
Revision as of 14:10, 30 December 2013 by Xifanie (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.