Revit 2018 API |
ColorWithTransparency Constructor (UInt32, UInt32, UInt32, UInt32) |
ColorWithTransparency Class See Also |
color
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
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. |