ClassSimpleColor
Class
Base for concrete color types that expose component values directly (e.g., RGB).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class SimpleColor : ColorBase, IEquatable<ColorBase>
Inheritance: objectColorBaseSimpleColor
Derived Classes:
Implements:
Inherited Members
Constructors
SimpleColor()
Declaration
cs-api-definition
protected SimpleColor()