Unit 'GraphUtil' Package
[Overview][Constants][Types][Procedures and functions][Index] [#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 4.6 Hosted on Source Forge