GrayColor
Class
Device grayscale color with a single component representing the gray value.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class GrayColor : SimpleColor, IEquatable<ColorBase>
Inheritance: objectColorBaseSimpleColorGrayColor
Implements:
Inherited Members
Constructors
Creates a GrayColor with the gray component set to 0 (black).
C#
public GrayColor()
Fields
Methods
Returns a string representation of this gray color showing its component value.