Class ColorVector
Inheritance
System.Object
ColorVector
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class ColorVector : Object
Constructors
ColorVector()
ColorVector(Int32, Int32, Int32, Int32)
Initializes a new instance of the ColorVector class.
Declaration
public ColorVector(int alfa, int red, int green, int blue)
Parameters
System.Int32
alfa
|
System.Int32
red
|
System.Int32
green
|
System.Int32
blue
|
Properties
A
Gets or sets the A.
Declaration
public int A { get; set; }
Property Value
System.Int32
The A. |
B
Gets or sets the B.
Declaration
public int B { get; set; }
Property Value
System.Int32
The B. |
G
Gets or sets the G.
Declaration
public int G { get; set; }
Property Value
System.Int32
The G. |
R
Gets or sets the R.
Declaration
public int R { get; set; }
Property Value
System.Int32
The R. |