Class ColorBase
Represents color.
Inheritance
System.Object
ColorBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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)
Equals the specified other.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The other. |
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(ColorBase)
Equals the specified other.
Declaration
public abstract bool Equals(ColorBase other)
Parameters
ColorBase
other
The other. |
Returns
System.Boolean
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current object. |
Overrides
System.Object.GetHashCode()