Click or drag to resize

ColorScheme Class

Represents a color scheme.
Inheritance Hierarchy
SystemObject
  CustomSchemeScreenColor
    Flex.Hal.SettingsColorScheme

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public class ColorScheme : CustomScheme<ScreenColor[]>

The ColorScheme type exposes the following members.

Constructors
 NameDescription
Public methodColorSchemeInitializes a new instance of the ColorScheme class
Public methodColorScheme(String)Initializes a new instance of the ColorScheme class
Top
Properties
 NameDescription
Public propertyScreenColorCollection Gets or sets the collection of ScreenColor.
Top
Operators
 NameDescription
Public operatorStatic member(String to ColorScheme) Defines an implicit conversion of a String object to a ColorScheme object.
Top
See Also