ColorAttribute.

ColorAttribute(float, float, float) Constructor

Summary

Initializes the InspectorGadgets.Attributes.ColorAttribute.Color with the specified red, green, and blue values.

Syntax

public ColorAttribute(float r, float g, float b)

Parameters

Name Type Description
r float
g float
b float

Return Value

Type Description
void