ColorExtensions Class Members
The following tables list the members exposed by ColorExtensions.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | ToAbgr | Converts a System.Windows.Media.Color to UInt32 returning all four color components A,B,G,R in a single 32-bit value |
![]() ![]() | ToArgb | Converts a System.Windows.Media.Color to UInt32 returning all four color components A,R,G,B in a single 32-bit value |
![]() ![]() | ToColor | Converts a UInt32 ARGB Color to System.Windows.Media.Color struct |
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