Class ColorBase
Represents the base class for all color types.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ColorBase : IEquatable<ColorBase>
  Constructors
ColorBase()
Declaration
protected ColorBase()
  Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current color.
Declaration
public override bool Equals(object obj)
  Parameters
| 
        System.Object
        obj
         The object to compare with the current color.  | 
    
Returns
| 
        System.Boolean
         True if the specified object is equal to the current color; otherwise, false.  | 
    
Overrides
Equals(ColorBase)
Determines whether the specified ColorBase is equal to the current color.
Declaration
public abstract bool Equals(ColorBase other)
  Parameters
| 
        ColorBase
        other
         The color to compare with the current color.  | 
    
Returns
| 
        System.Boolean
         True if the specified color is equal to the current color; otherwise, false.  | 
    
Implements
GetHashCode()
Returns the hash code for the current color instance.
Declaration
public override int GetHashCode()
  Returns
| 
        System.Int32
         A hash code for the current color.  |