#include <ilviews/base/resources/IlvResource.h>
Classes | |
class | IlvColor |
Resource class. More... | |
Macros | |
#define | IlvFullIntensity |
The maximum value for an intensity. More... | |
Typedefs | |
typedef IlUShort | IlvIntensity |
The intensity of a color RGB component. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvColor class.
#define IlvFullIntensity |
The maximum value for an intensity.
The IlvIntensity
type stores any unsigned integer value on 16 bits. IlvFullIntensity
is the greatest value that can be represented with an IlvIntensity
.
IlvColor
. The intensity of a color RGB component.
The IlvIntensity
type stores any unsigned integer value on 16 bits and is used to specify an RGB value.
IlvColor
.