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

RGBToHSV

Declaration

Source position: graphutil.pp line 39

procedure RGBToHSV(

  R: Integer;

  G: Integer;

  B: Integer;

  out H: Double;

  out S: Double;

  out V: Double

);



CT Web help

CodeTyphon Studio