UIcolor


Synopsis

a UI base class object that manages color attributes for UI objects


UIcolor {
string foregroundColor;
string backgroundColor;
};

Description

UIcolor is a base class used by other UI classes to implement background and foreground color attributes. It cannot be instantiated separately.

Subobjects

foregroundColor
backgroundColor

Attributes that specify the background and foreground of a UI objects window. The string values must map to available color strings on a particular system. Not all systems have the same colors.

Example

Not available.

File

v/UI.v