RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Color

Color

Constructor
Description:
Constructor that takes the red, green and blue channels of the color.
Syntax
public Color(
	byte red,
	byte green,
	byte blue
)
Parameters
Parameter Type Description
red Byte The red channel of the color that ranges from 0 to 255.
green Byte The green channel of the color that ranges from 0 to 255.
blue Byte The blue channel of the color that ranges from 0 to 255.
Return Value