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

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

Properties and methods via IS57ColourValue.

Definition at line 4190 of file encxcom.idl.

Member Function Documentation

◆ Construct()

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

Initialisation.

Property Documentation

◆ Colour

IS57Colour IS57ColourValue::Colour
getsetpropertyinherited

The type of colour.

◆ DayRGB

COLORREF IS57ColourValue::DayRGB
getsetpropertyinherited

The RGB value of the Colour for daylight viewing.

◆ NightRGB

COLORREF IS57ColourValue::NightRGB
getsetpropertyinherited

The RGB value of the Colour for night time viewing.

◆ TwilightRGB

COLORREF IS57ColourValue::TwilightRGB
getsetpropertyinherited

The RGB value of the Colour for twilight viewing.