Click or drag to resize

Color Class

A color.
Inheritance Hierarchy
SystemObject
  FM.IceLinkColor

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The Color type exposes the following members.

Constructors
  NameDescription
Public methodColor
Initializes a new instance of the Color class.
Top
Properties
  NameDescription
Public propertyB
Gets the blue value (0-255).
Public propertyStatic memberBlack
Gets a black color.
Public propertyStatic memberBlue
Gets a blue color.
Public propertyStatic memberCyan
Gets a cyan color.
Public propertyStatic memberDarkBlue
Gets a dark-blue color.
Public propertyStatic memberDarkGreen
Gets a dark-green color.
Public propertyStatic memberDarkRed
Gets a dark-red color.
Public propertyG
Gets the green value (0-255).
Public propertyStatic memberGray
Gets a gray color.
Public propertyStatic memberGreen
Gets a green color.
Public propertyStatic memberMagenta
Gets a magenta color.
Public propertyStatic memberOlive
Gets an olive color.
Public propertyStatic memberPurple
Gets a purple color.
Public propertyR
Gets the red value (0-255).
Public propertyStatic memberRed
Gets a red color.
Public propertyStatic memberTeal
Gets a teal color.
Public propertyStatic memberWhite
Gets a white color.
Public propertyStatic memberYellow
Gets a yellow color.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromHsb
Creates a Color using hue, saturation, and brightness.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also