import "_encxcom_encx.idl";

Public Member Functions | |
| HRESULT | Construct ([in] IS57Colour *pColour, DWORD rgbDay, DWORD rgbTwilight, DWORD rgbNight) |
| Initialisation. | |
Properties | |
| IS57Colour ** | Colour [get] |
| The type of colour. | |
| IS57Colour * | Colour [set] |
| The type of colour. | |
| COLORREF * | DayRGB [get] |
| The RGB value of the Colour for daylight viewing. | |
| COLORREF | DayRGB [set] |
| The RGB value of the Colour for daylight viewing. | |
| COLORREF * | TwilightRGB [get] |
| The RGB value of the Colour for twilight viewing. | |
| COLORREF | TwilightRGB [set] |
| The RGB value of the Colour for twilight viewing. | |
| COLORREF * | NightRGB [get] |
| The RGB value of the Colour for nighttime viewing. | |
| COLORREF | NightRGB [set] |
| The RGB value of the Colour for nighttime viewing. | |
Properties and methods via IS57ColourValue.
Definition at line 3378 of file _encxcom_encx.idl.
| HRESULT IS57ColourValue::Construct | ( | [in] IS57Colour * | pColour, | |
| DWORD | rgbDay, | |||
| DWORD | rgbTwilight, | |||
| DWORD | rgbNight | |||
| ) | [inherited] |
Initialisation.
IS57Colour ** IS57ColourValue::Colour [get, inherited] |
The type of colour.
IS57Colour * IS57ColourValue::Colour [set, inherited] |
The type of colour.
COLORREF* IS57ColourValue::DayRGB [get, inherited] |
The RGB value of the Colour for daylight viewing.
COLORREF IS57ColourValue::DayRGB [set, inherited] |
The RGB value of the Colour for daylight viewing.
COLORREF* IS57ColourValue::TwilightRGB [get, inherited] |
The RGB value of the Colour for twilight viewing.
COLORREF IS57ColourValue::TwilightRGB [set, inherited] |
The RGB value of the Colour for twilight viewing.
COLORREF* IS57ColourValue::NightRGB [get, inherited] |
The RGB value of the Colour for nighttime viewing.
COLORREF IS57ColourValue::NightRGB [set, inherited] |
The RGB value of the Colour for nighttime viewing.