color
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2017
Syntax
C# |
---|
public ColorWithTransparency( uint red, uint green, uint blue, uint transparency ) |
Visual Basic |
---|
Public Sub New ( _ red As UInteger, _ green As UInteger, _ blue As UInteger, _ transparency As UInteger _ ) |
Visual C++ |
---|
public: ColorWithTransparency( unsigned int red, unsigned int green, unsigned int blue, unsigned int transparency ) |
Parameters
- red
- Type: System..::..UInt32
red
- green
- Type: System..::..UInt32
green
- blue
- Type: System..::..UInt32
blue
- transparency
- Type: System..::..UInt32
transparency
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | The value is not valid. The valid range is 0 to 255. |