Unit 'GraphUtil' Package
[Overview][Constants][Types][Procedures and functions][Index] [#lcl]

RGBtoHLS

Declaration

Source position: graphutil.pp line 32

procedure RGBtoHLS(

  const R: Byte;

  const G: Byte;

  const B: Byte;

  out H: Byte;

  out L: Byte;

  out S: Byte

);



CT Web help

CodeTyphon Studio