Class
RgbColors

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

RgbColor

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

RgbColor

An RGB color representing transparency.

White

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

Declaration

cs-api-definition
public static RgbColor White { get; }

Property Value

RgbColor

An RGB color representing white.

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