RgbColors
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:
C#
public static class RgbColors
Inheritance: objectRgbColors
Properties
Gets the black color (RGB: 0, 0, 0).
C#
public static RgbColor Black { get; }
An RGB color representing black.
Gets a fully transparent color (ARGB: 0, 0, 0, 0).
C#
public static RgbColor Transparent { get; }
An RGB color representing transparency.