Revit 2025 API
Color Constructor |
Constructor that takes the red, green and blue channels of the color.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Color( byte red, byte green, byte blue )
Public Sub New ( red As Byte, green As Byte, blue As Byte )
public: Color( unsigned char red, unsigned char green, unsigned char blue )
new : red : byte * green : byte * blue : byte -> Color
Parameters
See Also