Class
ColorVector

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public sealed class ColorVector

Inheritance: objectColorVector

Constructors

ColorVector()

Initializes a new instance of the ColorVector class.

Declaration

cs-api-definition
public ColorVector()

ColorVector(int, int, int, int)

Initializes a new instance of the ColorVector class.

Declaration

cs-api-definition
public ColorVector(int alfa, int red, int green, int blue)

Parameters

alfa

int

red

int

green

int

blue

int

Properties

A

Gets or sets the A.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "A")]
public int A { get; set; }

Property Value

int

The A.

B

Gets or sets the B.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "B")]
public int B { get; set; }

Property Value

int

The B.

G

Gets or sets the G.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "G")]
public int G { get; set; }

Property Value

int

The G.

R

Gets or sets the R.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "R")]
public int R { get; set; }

Property Value

int

The R.