Class RgbColors
Represents predefined Rgb colors.
Inheritance
System.Object
RgbColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class RgbColors
Properties
Black
Represents the Black color.
Declaration
public static RgbColor Black { get; }
Property Value
RgbColor
The black color. |
Transparent
Represents the Transparent color.
Declaration
public static RgbColor Transparent { get; }
Property Value
RgbColor
The transparent color. |
White
Represents the Black color.
Declaration
public static RgbColor White { get; }
Property Value
RgbColor
The black color. |