[This is preliminary documentation and is subject to change.]
Structure describing a color in Single values
| C# | Visual Basic | Visual C++ |
public struct ColorF
Public Structure ColorF
public value class ColorF
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| ColorF(Single, Single, Single, Single) |
Create color
| |
| Alpha |
Transparancy
| |
| Blue |
Blue value
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Explicit(ColorF) | ||
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Green |
Green value
| |
| Implicit(Color) | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Red |
Red value
| |
| ToArrayRGBA()()() |
Get R,G,B,A array of values
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |