ColorExtensions Class Members
The following tables list the members exposed by ColorExtensions.
Public Methods
Name | Description | |
---|---|---|
ToAbgr | Converts a System.Windows.Media.Color to uint returning all four color components A,B,G,R in a single 32-bit value | |
ToArgb | Converts a System.Windows.Media.Color to uint returning all four color components A,R,G,B in a single 32-bit value | |
ToTsrVector4 | Overloaded. Converts a System.Windows.Media.Color to SciChart.Charting3D.Interop.TSRVector4 which has A,R,G,B components ranging from 0.0 - 1.0 |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
See Also