OpenTK.Graphics.Color4 Struct Reference

Represents a color with 4 floating-point components (R, G, B, A). More...

List of all members.

Public Member Functions

 Color4 (float r, float g, float b, float a)
 Constructs a new Color4 structure from the specified components.
 Color4 (byte r, byte g, byte b, byte a)
 Constructs a new Color4 structure from the specified components.
 Color4 (System.Drawing.Color color)
 Constructs a new Color4 structure from the specified System.Drawing.Color.
int ToArgb ()
 Converts this color to an integer representation with 8 bits per channel.
override bool Equals (object obj)
 Compares whether this Color4 structure is equal to the specified object.
override int GetHashCode ()
 Calculates the hash code for this Color4 structure.
override string ToString ()
 Creates a System.String that describes this Color4 structure.
bool Equals (Color4 other)
 Compares whether this Color4 structure is equal to the specified Color4.

Static Public Member Functions

static bool operator== (Color4 left, Color4 right)
 Compares the specified Color4 structures for equality.
static bool operator!= (Color4 left, Color4 right)
 Compares the specified Color4 structures for inequality.
static implicit operator Color4 (System.Drawing.Color color)
 Converts the specified System.Drawing.Color to a Color4 structure.
static operator System.Drawing.Color (Color4 color)
 Converts the specified Color4 to a System.Drawing.Color structure.

Public Attributes

float R
 The red component of this Color4 structure.
float G
 The green component of this Color4 structure.
float B
 The blue component of this Color4 structure.
float A
 The alpha component of this Color4 structure.

Properties

static Color4 Transparent [get]
 Gets the system color with (R, G, B, A) = (255, 255, 255, 0).
static Color4 AliceBlue [get]
 Gets the system color with (R, G, B, A) = (240, 248, 255, 255).
static Color4 AntiqueWhite [get]
 Gets the system color with (R, G, B, A) = (250, 235, 215, 255).
static Color4 Aqua [get]
 Gets the system color with (R, G, B, A) = (0, 255, 255, 255).
static Color4 Aquamarine [get]
 Gets the system color with (R, G, B, A) = (127, 255, 212, 255).
static Color4 Azure [get]
 Gets the system color with (R, G, B, A) = (240, 255, 255, 255).
static Color4 Beige [get]
 Gets the system color with (R, G, B, A) = (245, 245, 220, 255).
static Color4 Bisque [get]
 Gets the system color with (R, G, B, A) = (255, 228, 196, 255).
static Color4 Black [get]
 Gets the system color with (R, G, B, A) = (0, 0, 0, 255).
static Color4 BlanchedAlmond [get]
 Gets the system color with (R, G, B, A) = (255, 235, 205, 255).
static Color4 Blue [get]
 Gets the system color with (R, G, B, A) = (0, 0, 255, 255).
static Color4 BlueViolet [get]
 Gets the system color with (R, G, B, A) = (138, 43, 226, 255).
static Color4 Brown [get]
 Gets the system color with (R, G, B, A) = (165, 42, 42, 255).
static Color4 BurlyWood [get]
 Gets the system color with (R, G, B, A) = (222, 184, 135, 255).
static Color4 CadetBlue [get]
 Gets the system color with (R, G, B, A) = (95, 158, 160, 255).
static Color4 Chartreuse [get]
 Gets the system color with (R, G, B, A) = (127, 255, 0, 255).
static Color4 Chocolate [get]
 Gets the system color with (R, G, B, A) = (210, 105, 30, 255).
static Color4 Coral [get]
 Gets the system color with (R, G, B, A) = (255, 127, 80, 255).
static Color4 CornflowerBlue [get]
 Gets the system color with (R, G, B, A) = (100, 149, 237, 255).
static Color4 Cornsilk [get]
 Gets the system color with (R, G, B, A) = (255, 248, 220, 255).
static Color4 Crimson [get]
 Gets the system color with (R, G, B, A) = (220, 20, 60, 255).
static Color4 Cyan [get]
 Gets the system color with (R, G, B, A) = (0, 255, 255, 255).
static Color4 DarkBlue [get]
 Gets the system color with (R, G, B, A) = (0, 0, 139, 255).
static Color4 DarkCyan [get]
 Gets the system color with (R, G, B, A) = (0, 139, 139, 255).
static Color4 DarkGoldenrod [get]
 Gets the system color with (R, G, B, A) = (184, 134, 11, 255).
static Color4 DarkGray [get]
 Gets the system color with (R, G, B, A) = (169, 169, 169, 255).
static Color4 DarkGreen [get]
 Gets the system color with (R, G, B, A) = (0, 100, 0, 255).
static Color4 DarkKhaki [get]
 Gets the system color with (R, G, B, A) = (189, 183, 107, 255).
static Color4 DarkMagenta [get]
 Gets the system color with (R, G, B, A) = (139, 0, 139, 255).
static Color4 DarkOliveGreen [get]
 Gets the system color with (R, G, B, A) = (85, 107, 47, 255).
static Color4 DarkOrange [get]
 Gets the system color with (R, G, B, A) = (255, 140, 0, 255).
static Color4 DarkOrchid [get]
 Gets the system color with (R, G, B, A) = (153, 50, 204, 255).
static Color4 DarkRed [get]
 Gets the system color with (R, G, B, A) = (139, 0, 0, 255).
static Color4 DarkSalmon [get]
 Gets the system color with (R, G, B, A) = (233, 150, 122, 255).
static Color4 DarkSeaGreen [get]
 Gets the system color with (R, G, B, A) = (143, 188, 139, 255).
static Color4 DarkSlateBlue [get]
 Gets the system color with (R, G, B, A) = (72, 61, 139, 255).
static Color4 DarkSlateGray [get]
 Gets the system color with (R, G, B, A) = (47, 79, 79, 255).
static Color4 DarkTurquoise [get]
 Gets the system color with (R, G, B, A) = (0, 206, 209, 255).
static Color4 DarkViolet [get]
 Gets the system color with (R, G, B, A) = (148, 0, 211, 255).
static Color4 DeepPink [get]
 Gets the system color with (R, G, B, A) = (255, 20, 147, 255).
static Color4 DeepSkyBlue [get]
 Gets the system color with (R, G, B, A) = (0, 191, 255, 255).
static Color4 DimGray [get]
 Gets the system color with (R, G, B, A) = (105, 105, 105, 255).
static Color4 DodgerBlue [get]
 Gets the system color with (R, G, B, A) = (30, 144, 255, 255).
static Color4 Firebrick [get]
 Gets the system color with (R, G, B, A) = (178, 34, 34, 255).
static Color4 FloralWhite [get]
 Gets the system color with (R, G, B, A) = (255, 250, 240, 255).
static Color4 ForestGreen [get]
 Gets the system color with (R, G, B, A) = (34, 139, 34, 255).
static Color4 Fuchsia [get]
 Gets the system color with (R, G, B, A) = (255, 0, 255, 255).
static Color4 Gainsboro [get]
 Gets the system color with (R, G, B, A) = (220, 220, 220, 255).
static Color4 GhostWhite [get]
 Gets the system color with (R, G, B, A) = (248, 248, 255, 255).
static Color4 Gold [get]
 Gets the system color with (R, G, B, A) = (255, 215, 0, 255).
static Color4 Goldenrod [get]
 Gets the system color with (R, G, B, A) = (218, 165, 32, 255).
static Color4 Gray [get]
 Gets the system color with (R, G, B, A) = (128, 128, 128, 255).
static Color4 Green [get]
 Gets the system color with (R, G, B, A) = (0, 128, 0, 255).
static Color4 GreenYellow [get]
 Gets the system color with (R, G, B, A) = (173, 255, 47, 255).
static Color4 Honeydew [get]
 Gets the system color with (R, G, B, A) = (240, 255, 240, 255).
static Color4 HotPink [get]
 Gets the system color with (R, G, B, A) = (255, 105, 180, 255).
static Color4 IndianRed [get]
 Gets the system color with (R, G, B, A) = (205, 92, 92, 255).
static Color4 Indigo [get]
 Gets the system color with (R, G, B, A) = (75, 0, 130, 255).
static Color4 Ivory [get]
 Gets the system color with (R, G, B, A) = (255, 255, 240, 255).
static Color4 Khaki [get]
 Gets the system color with (R, G, B, A) = (240, 230, 140, 255).
static Color4 Lavender [get]
 Gets the system color with (R, G, B, A) = (230, 230, 250, 255).
static Color4 LavenderBlush [get]
 Gets the system color with (R, G, B, A) = (255, 240, 245, 255).
static Color4 LawnGreen [get]
 Gets the system color with (R, G, B, A) = (124, 252, 0, 255).
static Color4 LemonChiffon [get]
 Gets the system color with (R, G, B, A) = (255, 250, 205, 255).
static Color4 LightBlue [get]
 Gets the system color with (R, G, B, A) = (173, 216, 230, 255).
static Color4 LightCoral [get]
 Gets the system color with (R, G, B, A) = (240, 128, 128, 255).
static Color4 LightCyan [get]
 Gets the system color with (R, G, B, A) = (224, 255, 255, 255).
static Color4 LightGoldenrodYellow [get]
 Gets the system color with (R, G, B, A) = (250, 250, 210, 255).
static Color4 LightGreen [get]
 Gets the system color with (R, G, B, A) = (144, 238, 144, 255).
static Color4 LightGray [get]
 Gets the system color with (R, G, B, A) = (211, 211, 211, 255).
static Color4 LightPink [get]
 Gets the system color with (R, G, B, A) = (255, 182, 193, 255).
static Color4 LightSalmon [get]
 Gets the system color with (R, G, B, A) = (255, 160, 122, 255).
static Color4 LightSeaGreen [get]
 Gets the system color with (R, G, B, A) = (32, 178, 170, 255).
static Color4 LightSkyBlue [get]
 Gets the system color with (R, G, B, A) = (135, 206, 250, 255).
static Color4 LightSlateGray [get]
 Gets the system color with (R, G, B, A) = (119, 136, 153, 255).
static Color4 LightSteelBlue [get]
 Gets the system color with (R, G, B, A) = (176, 196, 222, 255).
static Color4 LightYellow [get]
 Gets the system color with (R, G, B, A) = (255, 255, 224, 255).
static Color4 Lime [get]
 Gets the system color with (R, G, B, A) = (0, 255, 0, 255).
static Color4 LimeGreen [get]
 Gets the system color with (R, G, B, A) = (50, 205, 50, 255).
static Color4 Linen [get]
 Gets the system color with (R, G, B, A) = (250, 240, 230, 255).
static Color4 Magenta [get]
 Gets the system color with (R, G, B, A) = (255, 0, 255, 255).
static Color4 Maroon [get]
 Gets the system color with (R, G, B, A) = (128, 0, 0, 255).
static Color4 MediumAquamarine [get]
 Gets the system color with (R, G, B, A) = (102, 205, 170, 255).
static Color4 MediumBlue [get]
 Gets the system color with (R, G, B, A) = (0, 0, 205, 255).
static Color4 MediumOrchid [get]
 Gets the system color with (R, G, B, A) = (186, 85, 211, 255).
static Color4 MediumPurple [get]
 Gets the system color with (R, G, B, A) = (147, 112, 219, 255).
static Color4 MediumSeaGreen [get]
 Gets the system color with (R, G, B, A) = (60, 179, 113, 255).
static Color4 MediumSlateBlue [get]
 Gets the system color with (R, G, B, A) = (123, 104, 238, 255).
static Color4 MediumSpringGreen [get]
 Gets the system color with (R, G, B, A) = (0, 250, 154, 255).
static Color4 MediumTurquoise [get]
 Gets the system color with (R, G, B, A) = (72, 209, 204, 255).
static Color4 MediumVioletRed [get]
 Gets the system color with (R, G, B, A) = (199, 21, 133, 255).
static Color4 MidnightBlue [get]
 Gets the system color with (R, G, B, A) = (25, 25, 112, 255).
static Color4 MintCream [get]
 Gets the system color with (R, G, B, A) = (245, 255, 250, 255).
static Color4 MistyRose [get]
 Gets the system color with (R, G, B, A) = (255, 228, 225, 255).
static Color4 Moccasin [get]
 Gets the system color with (R, G, B, A) = (255, 228, 181, 255).
static Color4 NavajoWhite [get]
 Gets the system color with (R, G, B, A) = (255, 222, 173, 255).
static Color4 Navy [get]
 Gets the system color with (R, G, B, A) = (0, 0, 128, 255).
static Color4 OldLace [get]
 Gets the system color with (R, G, B, A) = (253, 245, 230, 255).
static Color4 Olive [get]
 Gets the system color with (R, G, B, A) = (128, 128, 0, 255).
static Color4 OliveDrab [get]
 Gets the system color with (R, G, B, A) = (107, 142, 35, 255).
static Color4 Orange [get]
 Gets the system color with (R, G, B, A) = (255, 165, 0, 255).
static Color4 OrangeRed [get]
 Gets the system color with (R, G, B, A) = (255, 69, 0, 255).
static Color4 Orchid [get]
 Gets the system color with (R, G, B, A) = (218, 112, 214, 255).
static Color4 PaleGoldenrod [get]
 Gets the system color with (R, G, B, A) = (238, 232, 170, 255).
static Color4 PaleGreen [get]
 Gets the system color with (R, G, B, A) = (152, 251, 152, 255).
static Color4 PaleTurquoise [get]
 Gets the system color with (R, G, B, A) = (175, 238, 238, 255).
static Color4 PaleVioletRed [get]
 Gets the system color with (R, G, B, A) = (219, 112, 147, 255).
static Color4 PapayaWhip [get]
 Gets the system color with (R, G, B, A) = (255, 239, 213, 255).
static Color4 PeachPuff [get]
 Gets the system color with (R, G, B, A) = (255, 218, 185, 255).
static Color4 Peru [get]
 Gets the system color with (R, G, B, A) = (205, 133, 63, 255).
static Color4 Pink [get]
 Gets the system color with (R, G, B, A) = (255, 192, 203, 255).
static Color4 Plum [get]
 Gets the system color with (R, G, B, A) = (221, 160, 221, 255).
static Color4 PowderBlue [get]
 Gets the system color with (R, G, B, A) = (176, 224, 230, 255).
static Color4 Purple [get]
 Gets the system color with (R, G, B, A) = (128, 0, 128, 255).
static Color4 Red [get]
 Gets the system color with (R, G, B, A) = (255, 0, 0, 255).
static Color4 RosyBrown [get]
 Gets the system color with (R, G, B, A) = (188, 143, 143, 255).
static Color4 RoyalBlue [get]
 Gets the system color with (R, G, B, A) = (65, 105, 225, 255).
static Color4 SaddleBrown [get]
 Gets the system color with (R, G, B, A) = (139, 69, 19, 255).
static Color4 Salmon [get]
 Gets the system color with (R, G, B, A) = (250, 128, 114, 255).
static Color4 SandyBrown [get]
 Gets the system color with (R, G, B, A) = (244, 164, 96, 255).
static Color4 SeaGreen [get]
 Gets the system color with (R, G, B, A) = (46, 139, 87, 255).
static Color4 SeaShell [get]
 Gets the system color with (R, G, B, A) = (255, 245, 238, 255).
static Color4 Sienna [get]
 Gets the system color with (R, G, B, A) = (160, 82, 45, 255).
static Color4 Silver [get]
 Gets the system color with (R, G, B, A) = (192, 192, 192, 255).
static Color4 SkyBlue [get]
 Gets the system color with (R, G, B, A) = (135, 206, 235, 255).
static Color4 SlateBlue [get]
 Gets the system color with (R, G, B, A) = (106, 90, 205, 255).
static Color4 SlateGray [get]
 Gets the system color with (R, G, B, A) = (112, 128, 144, 255).
static Color4 Snow [get]
 Gets the system color with (R, G, B, A) = (255, 250, 250, 255).
static Color4 SpringGreen [get]
 Gets the system color with (R, G, B, A) = (0, 255, 127, 255).
static Color4 SteelBlue [get]
 Gets the system color with (R, G, B, A) = (70, 130, 180, 255).
static Color4 Tan [get]
 Gets the system color with (R, G, B, A) = (210, 180, 140, 255).
static Color4 Teal [get]
 Gets the system color with (R, G, B, A) = (0, 128, 128, 255).
static Color4 Thistle [get]
 Gets the system color with (R, G, B, A) = (216, 191, 216, 255).
static Color4 Tomato [get]
 Gets the system color with (R, G, B, A) = (255, 99, 71, 255).
static Color4 Turquoise [get]
 Gets the system color with (R, G, B, A) = (64, 224, 208, 255).
static Color4 Violet [get]
 Gets the system color with (R, G, B, A) = (238, 130, 238, 255).
static Color4 Wheat [get]
 Gets the system color with (R, G, B, A) = (245, 222, 179, 255).
static Color4 White [get]
 Gets the system color with (R, G, B, A) = (255, 255, 255, 255).
static Color4 WhiteSmoke [get]
 Gets the system color with (R, G, B, A) = (245, 245, 245, 255).
static Color4 Yellow [get]
 Gets the system color with (R, G, B, A) = (255, 255, 0, 255).
static Color4 YellowGreen [get]
 Gets the system color with (R, G, B, A) = (154, 205, 50, 255).

Detailed Description

Represents a color with 4 floating-point components (R, G, B, A).

Definition at line 39 of file Color4.cs.


Constructor & Destructor Documentation

OpenTK.Graphics.Color4.Color4 ( float  r,
float  g,
float  b,
float  a 
)

Constructs a new Color4 structure from the specified components.

Parameters:
r The red component of the new Color4 structure.
g The green component of the new Color4 structure.
b The blue component of the new Color4 structure.
a The alpha component of the new Color4 structure.

Definition at line 74 of file Color4.cs.

00075         {
00076             R = r;
00077             G = g;
00078             B = b;
00079             A = a;
00080         }

OpenTK.Graphics.Color4.Color4 ( byte  r,
byte  g,
byte  b,
byte  a 
)

Constructs a new Color4 structure from the specified components.

Parameters:
r The red component of the new Color4 structure.
g The green component of the new Color4 structure.
b The blue component of the new Color4 structure.
a The alpha component of the new Color4 structure.

Definition at line 89 of file Color4.cs.

00090         {
00091             R = r / (float)Byte.MaxValue;
00092             G = g / (float)Byte.MaxValue;
00093             B = b / (float)Byte.MaxValue;
00094             A = a / (float)Byte.MaxValue;
00095         }

OpenTK.Graphics.Color4.Color4 ( System.Drawing.Color  color  ) 

Constructs a new Color4 structure from the specified System.Drawing.Color.

Parameters:
color The System.Drawing.Color containing the component values.

Definition at line 102 of file Color4.cs.

00103             : this(color.R, color.G, color.B, color.A)
00104         { }


Member Function Documentation

bool OpenTK.Graphics.Color4.Equals ( Color4  other  ) 

Compares whether this Color4 structure is equal to the specified Color4.

Parameters:
other The Color4 structure to compare to.
Returns:
True if both Color4 structures contain the same components; false otherwise.

Definition at line 921 of file Color4.cs.

00922         {
00923             return
00924                 this.R == other.R &&
00925                 this.G == other.G &&
00926                 this.B == other.B &&
00927                 this.A == other.A;
00928         }

override bool OpenTK.Graphics.Color4.Equals ( object  obj  ) 

Compares whether this Color4 structure is equal to the specified object.

Parameters:
obj An object to compare to.
Returns:
True obj is a Color4 structure with the same components as this Color4; false otherwise.

Definition at line 177 of file Color4.cs.

00178         {
00179             if (!(obj is Color4))
00180                 return false;
00181 
00182             return Equals((Color4)obj);
00183         }

override int OpenTK.Graphics.Color4.GetHashCode (  ) 

Calculates the hash code for this Color4 structure.

Returns:
A System.Int32 containing the hashcode of this Color4 structure.

Definition at line 189 of file Color4.cs.

00190         {
00191             return ToArgb();
00192         }

static implicit OpenTK.Graphics.Color4.operator Color4 ( System.Drawing.Color  color  )  [static]

Converts the specified System.Drawing.Color to a Color4 structure.

Parameters:
color The System.Drawing.Color to convert.
Returns:
A new Color4 structure containing the converted components.

Definition at line 153 of file Color4.cs.

00154         {
00155             return new Color4(color.R, color.G, color.B, color.A);
00156         }

static OpenTK.Graphics.Color4.operator System.Drawing.Color ( Color4  color  )  [explicit, static]

Converts the specified Color4 to a System.Drawing.Color structure.

Parameters:
color The Color4 to convert.
Returns:
A new System.Drawing.Color structure containing the converted components.

Definition at line 163 of file Color4.cs.

00164         {
00165             return System.Drawing.Color.FromArgb(
00166                 (int)(color.A * Byte.MaxValue),
00167                 (int)(color.R * Byte.MaxValue),
00168                 (int)(color.G * Byte.MaxValue),
00169                 (int)(color.B * Byte.MaxValue));
00170         }

static bool OpenTK.Graphics.Color4.operator!= ( Color4  left,
Color4  right 
) [static]

Compares the specified Color4 structures for inequality.

Parameters:
left The left-hand side of the comparison.
right The right-hand side of the comparison.
Returns:
True if left is not equal to right; false otherwise.

Definition at line 143 of file Color4.cs.

00144         {
00145             return !left.Equals(right);
00146         }

static bool OpenTK.Graphics.Color4.operator== ( Color4  left,
Color4  right 
) [static]

Compares the specified Color4 structures for equality.

Parameters:
left The left-hand side of the comparison.
right The right-hand side of the comparison.
Returns:
True if left is equal to right; false otherwise.

Definition at line 132 of file Color4.cs.

00133         {
00134             return left.Equals(right);
00135         }

int OpenTK.Graphics.Color4.ToArgb (  ) 

Converts this color to an integer representation with 8 bits per channel.

Returns:
A System.Int32 that represents this instance.

This method is intended only for compatibility with System.Drawing. It compresses the color into 8 bits per channel, which means color information is lost.

Definition at line 115 of file Color4.cs.

00116         {
00117             uint value =
00118                 (uint)(A * Byte.MaxValue) << 24 |
00119                 (uint)(R * Byte.MaxValue) << 16 |
00120                 (uint)(G * Byte.MaxValue) << 8 |
00121                 (uint)(B * Byte.MaxValue);
00122 
00123             return unchecked((int)value);
00124         }

override string OpenTK.Graphics.Color4.ToString (  ) 

Creates a System.String that describes this Color4 structure.

Returns:
A System.String that describes this Color4 structure.

Definition at line 198 of file Color4.cs.

00199         {
00200             return String.Format("{{(R, G, B, A) = ({0}, {1}, {2}, {3})}}", R.ToString(), G.ToString(), B.ToString(), A.ToString());
00201         }


Member Data Documentation

The alpha component of this Color4 structure.

Definition at line 61 of file Color4.cs.

The blue component of this Color4 structure.

Definition at line 56 of file Color4.cs.

The green component of this Color4 structure.

Definition at line 51 of file Color4.cs.

The red component of this Color4 structure.

Definition at line 46 of file Color4.cs.


Property Documentation

Color4 OpenTK.Graphics.Color4.AliceBlue [static, get]

Gets the system color with (R, G, B, A) = (240, 248, 255, 255).

Definition at line 213 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.AntiqueWhite [static, get]

Gets the system color with (R, G, B, A) = (250, 235, 215, 255).

Definition at line 218 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Aqua [static, get]

Gets the system color with (R, G, B, A) = (0, 255, 255, 255).

Definition at line 223 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Aquamarine [static, get]

Gets the system color with (R, G, B, A) = (127, 255, 212, 255).

Definition at line 228 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Azure [static, get]

Gets the system color with (R, G, B, A) = (240, 255, 255, 255).

Definition at line 233 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Beige [static, get]

Gets the system color with (R, G, B, A) = (245, 245, 220, 255).

Definition at line 238 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Bisque [static, get]

Gets the system color with (R, G, B, A) = (255, 228, 196, 255).

Definition at line 243 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Black [static, get]

Gets the system color with (R, G, B, A) = (0, 0, 0, 255).

Definition at line 248 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.BlanchedAlmond [static, get]

Gets the system color with (R, G, B, A) = (255, 235, 205, 255).

Definition at line 253 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Blue [static, get]

Gets the system color with (R, G, B, A) = (0, 0, 255, 255).

Definition at line 258 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.BlueViolet [static, get]

Gets the system color with (R, G, B, A) = (138, 43, 226, 255).

Definition at line 263 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Brown [static, get]

Gets the system color with (R, G, B, A) = (165, 42, 42, 255).

Definition at line 268 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.BurlyWood [static, get]

Gets the system color with (R, G, B, A) = (222, 184, 135, 255).

Definition at line 273 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.CadetBlue [static, get]

Gets the system color with (R, G, B, A) = (95, 158, 160, 255).

Definition at line 278 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Chartreuse [static, get]

Gets the system color with (R, G, B, A) = (127, 255, 0, 255).

Definition at line 283 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Chocolate [static, get]

Gets the system color with (R, G, B, A) = (210, 105, 30, 255).

Definition at line 288 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Coral [static, get]

Gets the system color with (R, G, B, A) = (255, 127, 80, 255).

Definition at line 293 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.CornflowerBlue [static, get]

Gets the system color with (R, G, B, A) = (100, 149, 237, 255).

Definition at line 298 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Cornsilk [static, get]

Gets the system color with (R, G, B, A) = (255, 248, 220, 255).

Definition at line 303 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Crimson [static, get]

Gets the system color with (R, G, B, A) = (220, 20, 60, 255).

Definition at line 308 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Cyan [static, get]

Gets the system color with (R, G, B, A) = (0, 255, 255, 255).

Definition at line 313 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkBlue [static, get]

Gets the system color with (R, G, B, A) = (0, 0, 139, 255).

Definition at line 318 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkCyan [static, get]

Gets the system color with (R, G, B, A) = (0, 139, 139, 255).

Definition at line 323 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkGoldenrod [static, get]

Gets the system color with (R, G, B, A) = (184, 134, 11, 255).

Definition at line 328 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkGray [static, get]

Gets the system color with (R, G, B, A) = (169, 169, 169, 255).

Definition at line 333 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkGreen [static, get]

Gets the system color with (R, G, B, A) = (0, 100, 0, 255).

Definition at line 338 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkKhaki [static, get]

Gets the system color with (R, G, B, A) = (189, 183, 107, 255).

Definition at line 343 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkMagenta [static, get]

Gets the system color with (R, G, B, A) = (139, 0, 139, 255).

Definition at line 348 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkOliveGreen [static, get]

Gets the system color with (R, G, B, A) = (85, 107, 47, 255).

Definition at line 353 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkOrange [static, get]

Gets the system color with (R, G, B, A) = (255, 140, 0, 255).

Definition at line 358 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkOrchid [static, get]

Gets the system color with (R, G, B, A) = (153, 50, 204, 255).

Definition at line 363 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkRed [static, get]

Gets the system color with (R, G, B, A) = (139, 0, 0, 255).

Definition at line 368 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkSalmon [static, get]

Gets the system color with (R, G, B, A) = (233, 150, 122, 255).

Definition at line 373 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkSeaGreen [static, get]

Gets the system color with (R, G, B, A) = (143, 188, 139, 255).

Definition at line 378 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkSlateBlue [static, get]

Gets the system color with (R, G, B, A) = (72, 61, 139, 255).

Definition at line 383 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkSlateGray [static, get]

Gets the system color with (R, G, B, A) = (47, 79, 79, 255).

Definition at line 388 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkTurquoise [static, get]

Gets the system color with (R, G, B, A) = (0, 206, 209, 255).

Definition at line 393 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DarkViolet [static, get]

Gets the system color with (R, G, B, A) = (148, 0, 211, 255).

Definition at line 398 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DeepPink [static, get]

Gets the system color with (R, G, B, A) = (255, 20, 147, 255).

Definition at line 403 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DeepSkyBlue [static, get]

Gets the system color with (R, G, B, A) = (0, 191, 255, 255).

Definition at line 408 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DimGray [static, get]

Gets the system color with (R, G, B, A) = (105, 105, 105, 255).

Definition at line 413 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.DodgerBlue [static, get]

Gets the system color with (R, G, B, A) = (30, 144, 255, 255).

Definition at line 418 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Firebrick [static, get]

Gets the system color with (R, G, B, A) = (178, 34, 34, 255).

Definition at line 423 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.FloralWhite [static, get]

Gets the system color with (R, G, B, A) = (255, 250, 240, 255).

Definition at line 428 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.ForestGreen [static, get]

Gets the system color with (R, G, B, A) = (34, 139, 34, 255).

Definition at line 433 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Fuchsia [static, get]

Gets the system color with (R, G, B, A) = (255, 0, 255, 255).

Definition at line 438 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Gainsboro [static, get]

Gets the system color with (R, G, B, A) = (220, 220, 220, 255).

Definition at line 443 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.GhostWhite [static, get]

Gets the system color with (R, G, B, A) = (248, 248, 255, 255).

Definition at line 448 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Gold [static, get]

Gets the system color with (R, G, B, A) = (255, 215, 0, 255).

Definition at line 453 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Goldenrod [static, get]

Gets the system color with (R, G, B, A) = (218, 165, 32, 255).

Definition at line 458 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Gray [static, get]

Gets the system color with (R, G, B, A) = (128, 128, 128, 255).

Definition at line 463 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Green [static, get]

Gets the system color with (R, G, B, A) = (0, 128, 0, 255).

Definition at line 468 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.GreenYellow [static, get]

Gets the system color with (R, G, B, A) = (173, 255, 47, 255).

Definition at line 473 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Honeydew [static, get]

Gets the system color with (R, G, B, A) = (240, 255, 240, 255).

Definition at line 478 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.HotPink [static, get]

Gets the system color with (R, G, B, A) = (255, 105, 180, 255).

Definition at line 483 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.IndianRed [static, get]

Gets the system color with (R, G, B, A) = (205, 92, 92, 255).

Definition at line 488 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Indigo [static, get]

Gets the system color with (R, G, B, A) = (75, 0, 130, 255).

Definition at line 493 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Ivory [static, get]

Gets the system color with (R, G, B, A) = (255, 255, 240, 255).

Definition at line 498 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Khaki [static, get]

Gets the system color with (R, G, B, A) = (240, 230, 140, 255).

Definition at line 503 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Lavender [static, get]

Gets the system color with (R, G, B, A) = (230, 230, 250, 255).

Definition at line 508 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LavenderBlush [static, get]

Gets the system color with (R, G, B, A) = (255, 240, 245, 255).

Definition at line 513 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LawnGreen [static, get]

Gets the system color with (R, G, B, A) = (124, 252, 0, 255).

Definition at line 518 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LemonChiffon [static, get]

Gets the system color with (R, G, B, A) = (255, 250, 205, 255).

Definition at line 523 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightBlue [static, get]

Gets the system color with (R, G, B, A) = (173, 216, 230, 255).

Definition at line 528 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightCoral [static, get]

Gets the system color with (R, G, B, A) = (240, 128, 128, 255).

Definition at line 533 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightCyan [static, get]

Gets the system color with (R, G, B, A) = (224, 255, 255, 255).

Definition at line 538 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightGoldenrodYellow [static, get]

Gets the system color with (R, G, B, A) = (250, 250, 210, 255).

Definition at line 543 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightGray [static, get]

Gets the system color with (R, G, B, A) = (211, 211, 211, 255).

Definition at line 553 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightGreen [static, get]

Gets the system color with (R, G, B, A) = (144, 238, 144, 255).

Definition at line 548 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightPink [static, get]

Gets the system color with (R, G, B, A) = (255, 182, 193, 255).

Definition at line 558 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightSalmon [static, get]

Gets the system color with (R, G, B, A) = (255, 160, 122, 255).

Definition at line 563 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightSeaGreen [static, get]

Gets the system color with (R, G, B, A) = (32, 178, 170, 255).

Definition at line 568 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightSkyBlue [static, get]

Gets the system color with (R, G, B, A) = (135, 206, 250, 255).

Definition at line 573 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightSlateGray [static, get]

Gets the system color with (R, G, B, A) = (119, 136, 153, 255).

Definition at line 578 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightSteelBlue [static, get]

Gets the system color with (R, G, B, A) = (176, 196, 222, 255).

Definition at line 583 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LightYellow [static, get]

Gets the system color with (R, G, B, A) = (255, 255, 224, 255).

Definition at line 588 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Lime [static, get]

Gets the system color with (R, G, B, A) = (0, 255, 0, 255).

Definition at line 593 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.LimeGreen [static, get]

Gets the system color with (R, G, B, A) = (50, 205, 50, 255).

Definition at line 598 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Linen [static, get]

Gets the system color with (R, G, B, A) = (250, 240, 230, 255).

Definition at line 603 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Magenta [static, get]

Gets the system color with (R, G, B, A) = (255, 0, 255, 255).

Definition at line 608 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Maroon [static, get]

Gets the system color with (R, G, B, A) = (128, 0, 0, 255).

Definition at line 613 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumAquamarine [static, get]

Gets the system color with (R, G, B, A) = (102, 205, 170, 255).

Definition at line 618 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumBlue [static, get]

Gets the system color with (R, G, B, A) = (0, 0, 205, 255).

Definition at line 623 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumOrchid [static, get]

Gets the system color with (R, G, B, A) = (186, 85, 211, 255).

Definition at line 628 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumPurple [static, get]

Gets the system color with (R, G, B, A) = (147, 112, 219, 255).

Definition at line 633 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumSeaGreen [static, get]

Gets the system color with (R, G, B, A) = (60, 179, 113, 255).

Definition at line 638 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumSlateBlue [static, get]

Gets the system color with (R, G, B, A) = (123, 104, 238, 255).

Definition at line 643 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumSpringGreen [static, get]

Gets the system color with (R, G, B, A) = (0, 250, 154, 255).

Definition at line 648 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumTurquoise [static, get]

Gets the system color with (R, G, B, A) = (72, 209, 204, 255).

Definition at line 653 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MediumVioletRed [static, get]

Gets the system color with (R, G, B, A) = (199, 21, 133, 255).

Definition at line 658 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MidnightBlue [static, get]

Gets the system color with (R, G, B, A) = (25, 25, 112, 255).

Definition at line 663 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MintCream [static, get]

Gets the system color with (R, G, B, A) = (245, 255, 250, 255).

Definition at line 668 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.MistyRose [static, get]

Gets the system color with (R, G, B, A) = (255, 228, 225, 255).

Definition at line 673 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Moccasin [static, get]

Gets the system color with (R, G, B, A) = (255, 228, 181, 255).

Definition at line 678 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.NavajoWhite [static, get]

Gets the system color with (R, G, B, A) = (255, 222, 173, 255).

Definition at line 683 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Navy [static, get]

Gets the system color with (R, G, B, A) = (0, 0, 128, 255).

Definition at line 688 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.OldLace [static, get]

Gets the system color with (R, G, B, A) = (253, 245, 230, 255).

Definition at line 693 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Olive [static, get]

Gets the system color with (R, G, B, A) = (128, 128, 0, 255).

Definition at line 698 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.OliveDrab [static, get]

Gets the system color with (R, G, B, A) = (107, 142, 35, 255).

Definition at line 703 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Orange [static, get]

Gets the system color with (R, G, B, A) = (255, 165, 0, 255).

Definition at line 708 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.OrangeRed [static, get]

Gets the system color with (R, G, B, A) = (255, 69, 0, 255).

Definition at line 713 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Orchid [static, get]

Gets the system color with (R, G, B, A) = (218, 112, 214, 255).

Definition at line 718 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PaleGoldenrod [static, get]

Gets the system color with (R, G, B, A) = (238, 232, 170, 255).

Definition at line 723 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PaleGreen [static, get]

Gets the system color with (R, G, B, A) = (152, 251, 152, 255).

Definition at line 728 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PaleTurquoise [static, get]

Gets the system color with (R, G, B, A) = (175, 238, 238, 255).

Definition at line 733 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PaleVioletRed [static, get]

Gets the system color with (R, G, B, A) = (219, 112, 147, 255).

Definition at line 738 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PapayaWhip [static, get]

Gets the system color with (R, G, B, A) = (255, 239, 213, 255).

Definition at line 743 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PeachPuff [static, get]

Gets the system color with (R, G, B, A) = (255, 218, 185, 255).

Definition at line 748 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Peru [static, get]

Gets the system color with (R, G, B, A) = (205, 133, 63, 255).

Definition at line 753 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Pink [static, get]

Gets the system color with (R, G, B, A) = (255, 192, 203, 255).

Definition at line 758 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Plum [static, get]

Gets the system color with (R, G, B, A) = (221, 160, 221, 255).

Definition at line 763 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.PowderBlue [static, get]

Gets the system color with (R, G, B, A) = (176, 224, 230, 255).

Definition at line 768 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Purple [static, get]

Gets the system color with (R, G, B, A) = (128, 0, 128, 255).

Definition at line 773 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Red [static, get]

Gets the system color with (R, G, B, A) = (255, 0, 0, 255).

Definition at line 778 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.RosyBrown [static, get]

Gets the system color with (R, G, B, A) = (188, 143, 143, 255).

Definition at line 783 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.RoyalBlue [static, get]

Gets the system color with (R, G, B, A) = (65, 105, 225, 255).

Definition at line 788 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SaddleBrown [static, get]

Gets the system color with (R, G, B, A) = (139, 69, 19, 255).

Definition at line 793 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Salmon [static, get]

Gets the system color with (R, G, B, A) = (250, 128, 114, 255).

Definition at line 798 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SandyBrown [static, get]

Gets the system color with (R, G, B, A) = (244, 164, 96, 255).

Definition at line 803 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SeaGreen [static, get]

Gets the system color with (R, G, B, A) = (46, 139, 87, 255).

Definition at line 808 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SeaShell [static, get]

Gets the system color with (R, G, B, A) = (255, 245, 238, 255).

Definition at line 813 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Sienna [static, get]

Gets the system color with (R, G, B, A) = (160, 82, 45, 255).

Definition at line 818 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Silver [static, get]

Gets the system color with (R, G, B, A) = (192, 192, 192, 255).

Definition at line 823 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SkyBlue [static, get]

Gets the system color with (R, G, B, A) = (135, 206, 235, 255).

Definition at line 828 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SlateBlue [static, get]

Gets the system color with (R, G, B, A) = (106, 90, 205, 255).

Definition at line 833 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SlateGray [static, get]

Gets the system color with (R, G, B, A) = (112, 128, 144, 255).

Definition at line 838 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Snow [static, get]

Gets the system color with (R, G, B, A) = (255, 250, 250, 255).

Definition at line 843 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SpringGreen [static, get]

Gets the system color with (R, G, B, A) = (0, 255, 127, 255).

Definition at line 848 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.SteelBlue [static, get]

Gets the system color with (R, G, B, A) = (70, 130, 180, 255).

Definition at line 853 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Tan [static, get]

Gets the system color with (R, G, B, A) = (210, 180, 140, 255).

Definition at line 858 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Teal [static, get]

Gets the system color with (R, G, B, A) = (0, 128, 128, 255).

Definition at line 863 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Thistle [static, get]

Gets the system color with (R, G, B, A) = (216, 191, 216, 255).

Definition at line 868 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Tomato [static, get]

Gets the system color with (R, G, B, A) = (255, 99, 71, 255).

Definition at line 873 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Transparent [static, get]

Gets the system color with (R, G, B, A) = (255, 255, 255, 0).

Definition at line 208 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Turquoise [static, get]

Gets the system color with (R, G, B, A) = (64, 224, 208, 255).

Definition at line 878 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Violet [static, get]

Gets the system color with (R, G, B, A) = (238, 130, 238, 255).

Definition at line 883 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Wheat [static, get]

Gets the system color with (R, G, B, A) = (245, 222, 179, 255).

Definition at line 888 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.White [static, get]

Gets the system color with (R, G, B, A) = (255, 255, 255, 255).

Definition at line 893 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.WhiteSmoke [static, get]

Gets the system color with (R, G, B, A) = (245, 245, 245, 255).

Definition at line 898 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.Yellow [static, get]

Gets the system color with (R, G, B, A) = (255, 255, 0, 255).

Definition at line 903 of file Color4.cs.

Color4 OpenTK.Graphics.Color4.YellowGreen [static, get]

Gets the system color with (R, G, B, A) = (154, 205, 50, 255).

Definition at line 908 of file Color4.cs.

 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 14:59:22 2010 for The Open Toolkit library by  doxygen 1.6.1