IS57ColourValue Interface Reference

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

import "_encxcom_encx.idl";

Inheritance diagram for IS57ColourValue:

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 RGB values of the colour for each colour scheme (Day, Twilight, Night).

Definition at line 1682 of file _encxcom_encx.idl.


Member Function Documentation

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

Initialisation.


Property Documentation

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.