RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Color

Color.Red

Property
Description:
Get the red channel of the color. Setting a channel is obsolete in Autodesk Revit 2013. Please create a new color instead.
Syntax
public byte Red { get; set; }
Exceptions
Exception Condition
InvalidOperationException When getting the value: the color is invalid or uninitialized.