Unit 'JPL.Colors.List' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TColorListItem

Declaration

Source position: JPL.Colors.List.pas line 31

type TColorListItem = record

public

  No: Integer;

  

  Color: TColor;

  

  ColorName: string;

  

  function Red;

  

  function Green;

  

  function Blue;

  

  procedure GetRgbChannels();

  

  procedure Assign();

  

end;



CT Web help

CodeTyphon Studio