Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

RGBtoHSL

Declaration

Source position: GR32.pas line 285

procedure RGBtoHSL(

  RGB: TColor32;

  out H: Single;

  out S: Single;

  out L: Single

); overload;

procedure RGBtoHSL(

  RGB: TColor32;

  out H: Byte;

  out S: Byte;

  out L: Byte

); overload;



CT Web help

CodeTyphon Studio