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

ColorToHSV

Converts a TColor value to Hue, Saturation, and brightness Values.

Declaration

Source position: graphutil.pp line 37

procedure ColorToHSV(

  c: TColor;

  out H: Double;

  out S: Double;

  out V: Double

);


Version 3.2 Generated 2024-02-25 Home