Constructor TrackColorAttribute
TrackColorAttribute(float, float, float)
Specify the track color using [0-1] R,G,B values.
Declaration
public TrackColorAttribute(float r, float g, float b)
Parameters
Type | Name | Description |
---|---|---|
float | r | Red value [0-1]. |
float | g | Green value [0-1]. |
float | b | Blue value [0-1]. |