Color.Blue Property

ColorBlue Property

Get the blue channel of the color. Setting a channel is obsolete in Autodesk Revit 2013. Please create a new color instead.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public byte Blue { get; set; }
Public Property Blue As Byte
	Get
	Set
public:
property unsigned char Blue {
	unsigned char get ();
	void set (unsigned char value);
}
member Blue : byte with get, set

Property Value

Byte
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen getting the value: the color is invalid or uninitialized.
See Also