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

GetRgbChannels

Declaration

Source position: JPL.Colors.pas line 70

procedure GetRgbChannels(

  const Color: TColor;

  out r: Byte;

  out g: Byte;

  out b: Byte

); overload;

procedure GetRgbChannels(

  const Color: TColor;

  out r: Integer;

  out g: Integer;

  out b: Integer

); overload;



CT Web help

CodeTyphon Studio