ColorWithTransparencySetRed Method

set red

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetRed(
	uint red
)

Parameters

red  UInt32
red
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The value is not valid. The valid range is 0 to 255.
See Also