[Overview][Constants][Types][Procedures and functions] Reference for unit 'unitxft' (#fpgfx)

TXRenderColor

Declaration

Source position: unitxft.pas line 52

type TXRenderColor = record

  red: Word;

  

  green: Word;

  

  blue: Word;

  

  alpha: Word;

  

end;

Description