hgeColorHSV Constructors

To create and initalize a hgeColorHSV object you may use one of these constructors:

hgeColorHSV();

hgeColorHSV(
  DWORD color
);

hgeColorHSV(
  float h,
  float s,
  float v,
  float a
);

hgeColorHSV(
  const hgeColorHSV &col
);

Parameters

color
Hardware color to intialize hgeColorHSV object with.
h
Hue ranging from 0.0 to 1.0.
s
Saturation ranging from 0.0 to 1.0.
v
Value ranging from 0.0 to 1.0.
a
Alpha ranging from 0.0 to 1.0.

Requirements

Header: hgecolor.h

See also

Hardware color format