ClassRgbColors
Class
Provides predefined RGB color constants for commonly used colors.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public static class RgbColors
Inheritance: objectRgbColors
Properties
Black
Gets the black color (RGB: 0, 0, 0).
Declaration
cs-api-definition
public static RgbColor Black { get; }
Property Value
An RGB color representing black.
Transparent
Gets a fully transparent color (ARGB: 0, 0, 0, 0).
Declaration
cs-api-definition
public static RgbColor Transparent { get; }
Property Value
An RGB color representing transparency.