Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Macros | Typedefs
IlvColor.h File Reference
#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...
 

Detailed Description

Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvColor class.

Macro Definition Documentation

◆ IlvFullIntensity

#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.

See also
IlvColor.

Typedef Documentation

◆ IlvIntensity

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.

See also
IlvColor.