Skip to content

Color

Public 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
)

Parameters

redByte

The red channel of the color that ranges from 0 to 255.

greenByte

The green channel of the color that ranges from 0 to 255.

blueByte

The blue channel of the color that ranges from 0 to 255.