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

ColorToRgbPercent

Declaration

Source position: JPL.Colors.pas line 86

procedure ColorToRgbPercent(

  const Color: TColor;

  out RedPercent: Single;

  out GreenPercent: Single;

  out BluePercent: Single

); overload;

procedure ColorToRgbPercent(

  const Color: TColor;

  out RedPercent: Integer;

  out GreenPercent: Integer;

  out BluePercent: Integer

); overload;



CT Web help

CodeTyphon Studio