Class Colors
Commonly-used colors.
Inheritance
System.Object
Colors
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public static class Colors : object
Fields
BLUE
Blue. (0, 0, 255, 255)
Declaration
public static readonly Color BLUE
Field Value
Type | Description |
---|---|
Color |
GOLD
Gold. (255, 215, 0, 255)
Declaration
public static readonly Color GOLD
Field Value
Type | Description |
---|---|
Color |
GREEN
Green. (0, 255, 0, 255)
Declaration
public static readonly Color GREEN
Field Value
Type | Description |
---|---|
Color |
PURPLE
Purple. (128, 0, 128, 255)
Declaration
public static readonly Color PURPLE
Field Value
Type | Description |
---|---|
Color |
RED
Red. (255, 0, 0, 255)
Declaration
public static readonly Color RED
Field Value
Type | Description |
---|---|
Color |
WHITE
White. (0, 0, 0, 255)
Declaration
public static readonly Color WHITE
Field Value
Type | Description |
---|---|
Color |
YELLOW
Yellow. (255, 255, 0, 255)
Declaration
public static readonly Color YELLOW
Field Value
Type | Description |
---|---|
Color |