ENCX SDK  5.5.0.370
Properties | List of all members
IDisplayPalette Interface Reference

Properties and methods for ENCX::DisplayPalette. More...

import"encxcom.idl";

Inheritance diagram for IDisplayPalette:
Inheritance graph
[legend]

Properties

PaletteType PalType [get, set]
 E.g. PalDay, PalDusk, PalNight. More...
 
DOUBLE Saturation [get, set]
 The density of colour. Default 1.0. Anything less than about 0.01 is greyscale. Anything more than about 100.0 is fully saturated colour. More...
 
DOUBLE Luminance [get, set]
 The brightness of drawing. Default 1.0. Anything less than about 0.01 is completely black. Anything more than about 100.0 is completely white. More...
 

Detailed Description

Properties and methods for ENCX::DisplayPalette.

Definition at line 363 of file encxcom.idl.

Property Documentation

◆ Luminance

DOUBLE IDisplayPalette::Luminance
getsetproperty

The brightness of drawing. Default 1.0. Anything less than about 0.01 is completely black. Anything more than about 100.0 is completely white.

◆ PalType

PaletteType IDisplayPalette::PalType
getsetproperty

E.g. PalDay, PalDusk, PalNight.

◆ Saturation

DOUBLE IDisplayPalette::Saturation
getset

The density of colour. Default 1.0. Anything less than about 0.01 is greyscale. Anything more than about 100.0 is fully saturated colour.