Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Color

Malware edited this page Dec 21, 2018 · 53 revisions

Index

Color Struct

Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:

Summary

Represents a four-component color using red, green, blue, and alpha data.

Fields

_uint PackedValue_ Gets the current color as a packed value.
### Properties
_byte X_ Gets or sets the red component value of this Color.
_byte Y_ Gets or sets the green component value of this Color.
_byte Z_ Gets or sets the blue component value of this Color.
_byte R_ Gets or sets the red component value of this Color.
_byte G_ Gets or sets the green component value of this Color.
_byte B_ Gets or sets the blue component value of this Color.
_byte A_ Gets or sets the alpha component value.
static _Color Transparent_ Gets a system-defined color with the value R:0 G:0 B:0 A:0.
static _Color AliceBlue_ Gets a system-defined color with the value R:240 G:248 B:255 A:255.
static _Color AntiqueWhite_ Gets a system-defined color with the value R:250 G:235 B:215 A:255.
static _Color Aqua_ Gets a system-defined color with the value R:0 G:255 B:255 A:255.
static _Color Aquamarine_ Gets a system-defined color with the value R:127 G:255 B:212 A:255.
static _Color Azure_ Gets a system-defined color with the value R:240 G:255 B:255 A:255.
static _Color Beige_ Gets a system-defined color with the value R:245 G:245 B:220 A:255.
static _Color Bisque_ Gets a system-defined color with the value R:255 G:228 B:196 A:255.
static _Color Black_ Gets a system-defined color with the value R:0 G:0 B:0 A:255.
static _Color BlanchedAlmond_ Gets a system-defined color with the value R:255 G:235 B:205 A:255.
static _Color Blue_ Gets a system-defined color with the value R:0 G:0 B:255 A:255.
static _Color BlueViolet_ Gets a system-defined color with the value R:138 G:43 B:226 A:255.
static _Color Brown_ Gets a system-defined color with the value R:165 G:42 B:42 A:255.
static _Color BurlyWood_ Gets a system-defined color with the value R:222 G:184 B:135 A:255.
static _Color CadetBlue_ Gets a system-defined color with the value R:95 G:158 B:160 A:255.
static _Color Chartreuse_ Gets a system-defined color with the value R:127 G:255 B:0 A:255.
static _Color Chocolate_ Gets a system-defined color with the value R:210 G:105 B:30 A:255.
static _Color Coral_ Gets a system-defined color with the value R:255 G:127 B:80 A:255.
static _Color CornflowerBlue_ Gets a system-defined color with the value R:100 G:149 B:237 A:255.
static _Color Cornsilk_ Gets a system-defined color with the value R:255 G:248 B:220 A:255.
static _Color Crimson_ Gets a system-defined color with the value R:220 G:20 B:60 A:255.
static _Color Cyan_ Gets a system-defined color with the value R:0 G:255 B:255 A:255.
static _Color DarkBlue_ Gets a system-defined color with the value R:0 G:0 B:139 A:255.
static _Color DarkCyan_ Gets a system-defined color with the value R:0 G:139 B:139 A:255.
static _Color DarkGoldenrod_ Gets a system-defined color with the value R:184 G:134 B:11 A:255.
static _Color DarkGray_ Gets a system-defined color with the value R:169 G:169 B:169 A:255.
static _Color DarkGreen_ Gets a system-defined color with the value R:0 G:100 B:0 A:255.
static _Color DarkKhaki_ Gets a system-defined color with the value R:189 G:183 B:107 A:255.
static _Color DarkMagenta_ Gets a system-defined color with the value R:139 G:0 B:139 A:255.
static _Color DarkOliveGreen_ Gets a system-defined color with the value R:85 G:107 B:47 A:255.
static _Color DarkOrange_ Gets a system-defined color with the value R:255 G:140 B:0 A:255.
static _Color DarkOrchid_ Gets a system-defined color with the value R:153 G:50 B:204 A:255.
static _Color DarkRed_ Gets a system-defined color with the value R:139 G:0 B:0 A:255.
static _Color DarkSalmon_ Gets a system-defined color with the value R:233 G:150 B:122 A:255.
static _Color DarkSeaGreen_ Gets a system-defined color with the value R:143 G:188 B:139 A:255.
static _Color DarkSlateBlue_ Gets a system-defined color with the value R:72 G:61 B:139 A:255.
static _Color DarkSlateGray_ Gets a system-defined color with the value R:47 G:79 B:79 A:255.
static _Color DarkTurquoise_ Gets a system-defined color with the value R:0 G:206 B:209 A:255.
static _Color DarkViolet_ Gets a system-defined color with the value R:148 G:0 B:211 A:255.
static _Color DeepPink_ Gets a system-defined color with the value R:255 G:20 B:147 A:255.
static _Color DeepSkyBlue_ Gets a system-defined color with the value R:0 G:191 B:255 A:255.
static _Color DimGray_ Gets a system-defined color with the value R:105 G:105 B:105 A:255.
static _Color DodgerBlue_ Gets a system-defined color with the value R:30 G:144 B:255 A:255.
static _Color Firebrick_ Gets a system-defined color with the value R:178 G:34 B:34 A:255.
static _Color FloralWhite_ Gets a system-defined color with the value R:255 G:250 B:240 A:255.
static _Color ForestGreen_ Gets a system-defined color with the value R:34 G:139 B:34 A:255.
static _Color Fuchsia_ Gets a system-defined color with the value R:255 G:0 B:255 A:255.
static _Color Gainsboro_ Gets a system-defined color with the value R:220 G:220 B:220 A:255.
static _Color GhostWhite_ Gets a system-defined color with the value R:248 G:248 B:255 A:255.
static _Color Gold_ Gets a system-defined color with the value R:255 G:215 B:0 A:255.
static _Color Goldenrod_ Gets a system-defined color with the value R:218 G:165 B:32 A:255.
static _Color Gray_ Gets a system-defined color with the value R:128 G:128 B:128 A:255.
static _Color Green_ Gets a system-defined color with the value R:0 G:128 B:0 A:255.
static _Color GreenYellow_ Gets a system-defined color with the value R:173 G:255 B:47 A:255.
static _Color Honeydew_ Gets a system-defined color with the value R:240 G:255 B:240 A:255.
static _Color HotPink_ Gets a system-defined color with the value R:255 G:105 B:180 A:255.
static _Color IndianRed_ Gets a system-defined color with the value R:205 G:92 B:92 A:255.
static _Color Indigo_ Gets a system-defined color with the value R:75 G:0 B:130 A:255.
static _Color Ivory_ Gets a system-defined color with the value R:255 G:255 B:240 A:255.
static _Color Khaki_ Gets a system-defined color with the value R:240 G:230 B:140 A:255.
static _Color Lavender_ Gets a system-defined color with the value R:230 G:230 B:250 A:255.
static _Color LavenderBlush_ Gets a system-defined color with the value R:255 G:240 B:245 A:255.
static _Color LawnGreen_ Gets a system-defined color with the value R:124 G:252 B:0 A:255.
static _Color LemonChiffon_ Gets a system-defined color with the value R:255 G:250 B:205 A:255.
static _Color LightBlue_ Gets a system-defined color with the value R:173 G:216 B:230 A:255.
static _Color LightCoral_ Gets a system-defined color with the value R:240 G:128 B:128 A:255.
static _Color LightCyan_ Gets a system-defined color with the value R:224 G:255 B:255 A:255.
static _Color LightGoldenrodYellow_ Gets a system-defined color with the value R:250 G:250 B:210 A:255.
static _Color LightGreen_ Gets a system-defined color with the value R:144 G:238 B:144 A:255.
static _Color LightGray_ Gets a system-defined color with the value R:211 G:211 B:211 A:255.
static _Color LightPink_ Gets a system-defined color with the value R:255 G:182 B:193 A:255.
static _Color LightSalmon_ Gets a system-defined color with the value R:255 G:160 B:122 A:255.
static _Color LightSeaGreen_ Gets a system-defined color with the value R:32 G:178 B:170 A:255.
static _Color LightSkyBlue_ Gets a system-defined color with the value R:135 G:206 B:250 A:255.
static _Color LightSlateGray_ Gets a system-defined color with the value R:119 G:136 B:153 A:255.
static _Color LightSteelBlue_ Gets a system-defined color with the value R:176 G:196 B:222 A:255.
static _Color LightYellow_ Gets a system-defined color with the value R:255 G:255 B:224 A:255.
static _Color Lime_ Gets a system-defined color with the value R:0 G:255 B:0 A:255.
static _Color LimeGreen_ Gets a system-defined color with the value R:50 G:205 B:50 A:255.
static _Color Linen_ Gets a system-defined color with the value R:250 G:240 B:230 A:255.
static _Color Magenta_ Gets a system-defined color with the value R:255 G:0 B:255 A:255.
static _Color Maroon_ Gets a system-defined color with the value R:128 G:0 B:0 A:255.
static _Color MediumAquamarine_ Gets a system-defined color with the value R:102 G:205 B:170 A:255.
static _Color MediumBlue_ Gets a system-defined color with the value R:0 G:0 B:205 A:255.
static _Color MediumOrchid_ Gets a system-defined color with the value R:186 G:85 B:211 A:255.
static _Color MediumPurple_ Gets a system-defined color with the value R:147 G:112 B:219 A:255.
static _Color MediumSeaGreen_ Gets a system-defined color with the value R:60 G:179 B:113 A:255.
static _Color MediumSlateBlue_ Gets a system-defined color with the value R:123 G:104 B:238 A:255.
static _Color MediumSpringGreen_ Gets a system-defined color with the value R:0 G:250 B:154 A:255.
static _Color MediumTurquoise_ Gets a system-defined color with the value R:72 G:209 B:204 A:255.
static _Color MediumVioletRed_ Gets a system-defined color with the value R:199 G:21 B:133 A:255.
static _Color MidnightBlue_ Gets a system-defined color with the value R:25 G:25 B:112 A:255.
static _Color MintCream_ Gets a system-defined color with the value R:245 G:255 B:250 A:255.
static _Color MistyRose_ Gets a system-defined color with the value R:255 G:228 B:225 A:255.
static _Color Moccasin_ Gets a system-defined color with the value R:255 G:228 B:181 A:255.
static _Color NavajoWhite_ Gets a system-defined color with the value R:255 G:222 B:173 A:255.
static _Color Navy_ Gets a system-defined color R:0 G:0 B:128 A:255.
static _Color OldLace_ Gets a system-defined color with the value R:253 G:245 B:230 A:255.
static _Color Olive_ Gets a system-defined color with the value R:128 G:128 B:0 A:255.
static _Color OliveDrab_ Gets a system-defined color with the value R:107 G:142 B:35 A:255.
static _Color Orange_ Gets a system-defined color with the value R:255 G:165 B:0 A:255.
static _Color OrangeRed_ Gets a system-defined color with the value R:255 G:69 B:0 A:255.
static _Color Orchid_ Gets a system-defined color with the value R:218 G:112 B:214 A:255.
static _Color PaleGoldenrod_ Gets a system-defined color with the value R:238 G:232 B:170 A:255.
static _Color PaleGreen_ Gets a system-defined color with the value R:152 G:251 B:152 A:255.
static _Color PaleTurquoise_ Gets a system-defined color with the value R:175 G:238 B:238 A:255.
static _Color PaleVioletRed_ Gets a system-defined color with the value R:219 G:112 B:147 A:255.
static _Color PapayaWhip_ Gets a system-defined color with the value R:255 G:239 B:213 A:255.
static _Color PeachPuff_ Gets a system-defined color with the value R:255 G:218 B:185 A:255.
static _Color Peru_ Gets a system-defined color with the value R:205 G:133 B:63 A:255.
static _Color Pink_ Gets a system-defined color with the value R:255 G:192 B:203 A:255.
static _Color Plum_ Gets a system-defined color with the value R:221 G:160 B:221 A:255.
static _Color PowderBlue_ Gets a system-defined color with the value R:176 G:224 B:230 A:255.
static _Color Purple_ Gets a system-defined color with the value R:128 G:0 B:128 A:255.
static _Color Red_ Gets a system-defined color with the value R:255 G:0 B:0 A:255.
static _Color RosyBrown_ Gets a system-defined color with the value R:188 G:143 B:143 A:255.
static _Color RoyalBlue_ Gets a system-defined color with the value R:65 G:105 B:225 A:255.
static _Color SaddleBrown_ Gets a system-defined color with the value R:139 G:69 B:19 A:255.
static _Color Salmon_ Gets a system-defined color with the value R:250 G:128 B:114 A:255.
static _Color SandyBrown_ Gets a system-defined color with the value R:244 G:164 B:96 A:255.
static _Color SeaGreen_ Gets a system-defined color with the value R:46 G:139 B:87 A:255.
static _Color SeaShell_ Gets a system-defined color with the value R:255 G:245 B:238 A:255.
static _Color Sienna_ Gets a system-defined color with the value R:160 G:82 B:45 A:255.
static _Color Silver_ Gets a system-defined color with the value R:192 G:192 B:192 A:255.
static _Color SkyBlue_ Gets a system-defined color with the value R:135 G:206 B:235 A:255.
static _Color SlateBlue_ Gets a system-defined color with the value R:106 G:90 B:205 A:255.
static _Color SlateGray_ Gets a system-defined color with the value R:112 G:128 B:144 A:255.
static _Color Snow_ Gets a system-defined color with the value R:255 G:250 B:250 A:255.
static _Color SpringGreen_ Gets a system-defined color with the value R:0 G:255 B:127 A:255.
static _Color SteelBlue_ Gets a system-defined color with the value R:70 G:130 B:180 A:255.
static _Color Tan_ Gets a system-defined color with the value R:210 G:180 B:140 A:255.
static _Color Teal_ Gets a system-defined color with the value R:0 G:128 B:128 A:255.
static _Color Thistle_ Gets a system-defined color with the value R:216 G:191 B:216 A:255.
static _Color Tomato_ Gets a system-defined color with the value R:255 G:99 B:71 A:255.
static _Color Turquoise_ Gets a system-defined color with the value R:64 G:224 B:208 A:255.
static _Color Violet_ Gets a system-defined color with the value R:238 G:130 B:238 A:255.
static _Color Wheat_ Gets a system-defined color with the value R:245 G:222 B:179 A:255.
static _Color White_ Gets a system-defined color with the value R:255 G:255 B:255 A:255.
static _Color WhiteSmoke_ Gets a system-defined color with the value R:245 G:245 B:245 A:255.
static _Color Yellow_ Gets a system-defined color with the value R:255 G:255 B:0 A:255.
static _Color YellowGreen_ Gets a system-defined color with the value R:154 G:205 B:50 A:255.
### Methods
static _Color FromNonPremultiplied(Vector4 vector)_ Convert a non premultipled color into color data that contains alpha.
static _Color FromNonPremultiplied(int r, int g, int b, int a)_ Converts a non-premultipled alpha color to a color that contains premultiplied alpha.
_Vector3 ToVector3()_ Gets a three-component vector representation for this object.
_Vector4 ToVector4()_ Gets a four-component vector representation for this object.
static _Color Lerp(Color value1, Color value2, float amount)_ Linearly interpolate a color.
static _Color Multiply(Color value, float scale)_ Multiply each color component by the scale factor.
_string ToString()_ Gets a string representation of this object.
_int GetHashCode()_ Serves as a hash function for a particular type.
_bool Equals(Object obj)_ Test an instance of a color object to see if it is equal to this object.
_bool Equals(Color other)_ Test a color to see if it is equal to the color in this instance.
static _Color Lighten(Color inColor, double inAmount)_
static _Color Darken(Color inColor, double inAmount)_
_Color ToGray()_
_Vector4 ToVector4()_ Expands the packed representation into a Vector4.

_Inherited from IPackedVector_
_void PackFromVector4(Vector4 vector)_ Sets the packed representation from a Vector4.

_Inherited from IPackedVector_

Clone this wiki locally