Unit 'nxTypes' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_nxpascal]

TRGBA

Declaration

Source position: nxTypes.pas line 23

type TRGBA = packed record

  r: Byte;

  

  g: Byte;

  

  b: Byte;

  

  a: Byte;

  

end;



CT Web help

CodeTyphon Studio