ClassColorBase
Class
Represents the base class for all color types.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class ColorBase : IEquatable<ColorBase>
Inheritance: objectColorBase
Derived Classes:
Implements:
Constructors
ColorBase()
Initializes the base color state for derived color types used in fixed document processing.
Declaration
cs-api-definition
protected ColorBase()
Methods
Equals(ColorBase)
Determines whether the specified ColorBase is equal to the current color.
Equals(object)
Determines whether the specified object is equal to the current color.
GetHashCode()
Returns the hash code for the current color instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for the current color.
Overrides