Converts a TColor value to Hue, Saturation, and brightness Values.
Source position: graphutil.pp line 37
procedure ColorToHSV(
c: TGraphicsColor;
out H: Double;
out S: Double;
out V: Double
);