Unit 'kgraphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKColorRec

Declaration

Source position: kgraphics.pas line 67

type TKColorRec = packed record

  case Integer of

    0: (

        R: Byte;

  

        G: Byte;

  

        B: Byte;

  

        A: Byte;

  

      );

    1: (

        Value: Cardinal;

  

      );

end;



CT Web help

CodeTyphon Studio