New to Telerik Document ProcessingStart a free 30-day trial

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; }
Property Value:

An RGB color representing black.

Gets a fully transparent color (ARGB: 0, 0, 0, 0).

C#
public static RgbColor Transparent { get; }
Property Value:

An RGB color representing transparency.

Gets the white color (RGB: 255, 255, 255).

C#
public static RgbColor White { get; }
Property Value:

An RGB color representing white.

In this article
DefinitionPropertiesBlackTransparentWhite
Not finding the help you need?
Contact Support