Class RgbColors
Provides predefined RGB color constants for commonly used 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
Gets the black color (RGB: 0, 0, 0).
Declaration
public static RgbColor Black { get; }
Property Value
RgbColor
An RGB color representing black. |
Transparent
Gets a fully transparent color (ARGB: 0, 0, 0, 0).
Declaration
public static RgbColor Transparent { get; }
Property Value
RgbColor
An RGB color representing transparency. |
White
Gets the white color (RGB: 255, 255, 255).
Declaration
public static RgbColor White { get; }
Property Value
RgbColor
An RGB color representing white. |