ENCX::S57ColourValue Class Reference

An S-57 Colour Identifier combined with the values of the colour (RGB) for each colour scheme (Day, Twilight, Night). More...

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::S57ColourValue:

List of all members.

Public Member Functions

HRESULT Construct ([in] IS57Colour *pColour, DWORD rgbDay, DWORD rgbTwilight, DWORD rgbNight)
 Initialisation.

Properties

IS57Colour ** Colour [get]
 The type of colour.
IS57ColourColour [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.


Detailed Description

An S-57 Colour Identifier combined with the values of the colour (RGB) for each colour scheme (Day, Twilight, Night).

Properties and methods via IS57ColourValue.

Definition at line 3378 of file _encxcom_encx.idl.


Member Function Documentation

HRESULT IS57ColourValue::Construct ( [in] IS57Colour pColour,
DWORD  rgbDay,
DWORD  rgbTwilight,
DWORD  rgbNight 
) [inherited]

Initialisation.


Property Documentation

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.