Source position: colorwheel.pas line 39
type tColorWheelHSB = record
cw_Hue: ULONG;
cw_Saturation: ULONG;
cw_Brightness: ULONG;
end;