Click or drag to resize

ScreenColor Class

Stores a color name and the associated foreground and background color values.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsScreenColor

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class ScreenColor

The ScreenColor type exposes the following members.

Constructors
 NameDescription
Public methodScreenColorInitializes a new instance of the ScreenColor class
Top
Properties
 NameDescription
Public propertyBg Gets or sets the background color.
Public propertyFg Gets or sets the foreground color.
Public propertyName Gets or sets the name of the color.
Top
Methods
 NameDescription
Public methodClone Creates a copy of the current ScreenColor object.
Top
See Also