[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'GraphUtil' (#lcl)

RGBToHSV

Converts RGB values to Hue, Saturation, and brightness values.

Declaration

Source position: graphutil.pp line 39

procedure RGBToHSV(

  R: Integer;

  G: Integer;

  B: Integer;

  out H: Double;

  out S: Double;

  out V: Double

);


Version 3.2 Generated 2024-02-25 Home