ColorValue Structure |
Namespace: NeoAxis
public struct ColorValue
The ColorValue type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorValue(ColorByte) | Initializes a new instance of the ColorValue class | |
| ColorValue(ColorValue) | Initializes a new instance of the ColorValue class | |
| ColorValue(Vector3) | Initializes a new instance of the ColorValue class | |
| ColorValue(Vector3F) | Initializes a new instance of the ColorValue class | |
| ColorValue(Vector4) | Initializes a new instance of the ColorValue class | |
| ColorValue(Vector4F) | Initializes a new instance of the ColorValue class | |
| ColorValue(Double, Double, Double, Double) | Initializes a new instance of the ColorValue class | |
| ColorValue(Single, Single, Single, Single) | Initializes a new instance of the ColorValue class |
| Name | Description | |
|---|---|---|
| Add | ||
| Clamp | ||
| Divide(Single, ColorValue, ColorValue) | ||
| Divide(ColorValue, ColorValue, ColorValue) | ||
| Divide(ColorValue, Single, ColorValue) | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(ColorValue) | ||
| Equals(ColorValue, Single) | ||
| Equals(ColorValue, ColorValue) | ||
| Equals(ColorValue, Single) | ||
| GetClamp | ||
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetSaturate | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Lerp(ColorValue, ColorValue, Single) | ||
| Lerp(ColorValue, ColorValue, Single, ColorValue) | ||
| MaxComponent |
Returns the value of the largest component of the current instance of ColorValue.
| |
| Multiply(Single, ColorValue, ColorValue) | ||
| Multiply(ColorValue, ColorValue, ColorValue) | ||
| Multiply(ColorValue, Single, ColorValue) | ||
| Negate | ||
| Parse | ||
| Saturate | ||
| Select | ||
| Subtract | ||
| ToColorPacked | ||
| ToColorValuePowered | ||
| ToString | (Overrides ValueTypeToString.) | |
| ToString(Int32) | ||
| ToVector3 | ||
| ToVector3F | ||
| ToVector3H | ||
| ToVector4 | ||
| ToVector4F | ||
| ToVector4H |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |