Class ColorServices
Provides common services for color transformations
Inheritance
System.Object
    ColorServices
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI.RadColorPicker
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ColorServices
  Constructors
ColorServices()
Declaration
public ColorServices()
  Methods
ColorFromRGBRatios(Double, Double, Double)
Gets a color from RGB ratios
Declaration
public static Color ColorFromRGBRatios(double value1, double value2, double value3)
  Parameters
| 
        System.Double
        value1
         
  | 
    
| 
        System.Double
        value2
         
  | 
    
| 
        System.Double
        value3
         
  | 
    
Returns
| 
        System.Drawing.Color
         
  | 
    
GetColorQuotient(Single, Single)
Gets a color quotient
Declaration
public static float GetColorQuotient(float value1, float value2)
  Parameters
| 
        System.Single
        value1
         
  | 
    
| 
        System.Single
        value2
         
  | 
    
Returns
| 
        System.Single
         
  |