Methods 


ColorUtil Class Members

The following tables list the members exposed by ColorUtil.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates a System.UInt32 Color from A R G B values  
Public Methodstatic (Shared in Visual Basic)Creates a System.UInt32 Color from R G B values  
Public Methodstatic (Shared in Visual Basic)Converts a System.UInt32 to System.Windows.Media.Color  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Linearly interpolates between two colors based on the ratio passed in. E.g. Ratio = 0.0f returns From color, ratio = 1.0f returns To Color. Ratio = 0.5f returns a mix of the two  
Public Methodstatic (Shared in Visual Basic)Converts a System.Windows.Media.Color struct to System.UInt32  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also