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. | |
Definition at line 1682 of file _encxcom_encx.idl.
| HRESULT IS57ColourValue::Construct | ( | [in] IS57Colour * | pColour, | |
| DWORD | rgbDay, | |||
| DWORD | rgbTwilight, | |||
| DWORD | rgbNight | |||
| ) |
Initialisation.
IS57Colour ** IS57ColourValue::Colour [get] |
The type of colour.
IS57Colour * IS57ColourValue::Colour [set] |
The type of colour.
COLORREF* IS57ColourValue::DayRGB [get] |
The RGB value of the Colour for daylight viewing.
COLORREF IS57ColourValue::DayRGB [set] |
The RGB value of the Colour for daylight viewing.
COLORREF* IS57ColourValue::TwilightRGB [get] |
The RGB value of the Colour for twilight viewing.
COLORREF IS57ColourValue::TwilightRGB [set] |
The RGB value of the Colour for twilight viewing.
COLORREF* IS57ColourValue::NightRGB [get] |
The RGB value of the Colour for nighttime viewing.
COLORREF IS57ColourValue::NightRGB [set] |
The RGB value of the Colour for nighttime viewing.