ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
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.idl";

Inheritance diagram for IS57ColourValue:
Inheritance graph
[legend]

Public Member Functions

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

Properties

IS57Colour Colour [get, set]
 The type of colour. More...
 
COLORREF DayRGB [get, set]
 The RGB value of the Colour for daylight viewing. More...
 
COLORREF TwilightRGB [get, set]
 The RGB value of the Colour for twilight viewing. More...
 
COLORREF NightRGB [get, set]
 The RGB value of the Colour for night time viewing. More...
 

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 1904 of file encxcom.idl.

Member Function Documentation

◆ Construct()

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

Initialisation.

Property Documentation

◆ Colour

IS57Colour IS57ColourValue::Colour
getsetproperty

The type of colour.

◆ DayRGB

COLORREF IS57ColourValue::DayRGB
getsetproperty

The RGB value of the Colour for daylight viewing.

◆ NightRGB

COLORREF IS57ColourValue::NightRGB
getsetproperty

The RGB value of the Colour for night time viewing.

◆ TwilightRGB

COLORREF IS57ColourValue::TwilightRGB
getsetproperty

The RGB value of the Colour for twilight viewing.