In This Topic
            
            The following tables list the members exposed by ColorEx.
            
            
            
            
            
            
            
            
            
            
            
            
            
            Public Methods
|  | Name | Description | 
|---|
|   | Blend | Blends the specified colors together. | 
|   | FromARGB | Creates a color from the ARGB components. | 
|   | GetARGB | Gets the ARGB components of a color. | 
|   | GetIntColor | Convert color in platforms to a int color. | 
|   | HSVtoRGB | r,g,b values are from 0 to 1 h = [0,360], s = [0,1], v = [0,1] if s == 0, then h = -1(undefined) | 
|   | IsDefaultColor | Determines whether the specified color is the default color. | 
|   | RGBtoHSV | r,g,b values are from 0 to 1 h = [0,360], s = [0,1], v = [0,1] if s == 0, then h = -1(undefined) | 
|   | WithAlpha | Creates a new color modifying the alpha channel. | 
TopSee Also