emissive()
Lights Camera / Material PropertiesDescription
Sets the emissive color of a shape. Emissive color appears to glow.
Syntax
void emissive(float r, float g, float b)
void emissive(color c)
Parameters
| Name | Type | Description |
|---|---|---|
| r | float | red component |
| g | float | green component |
| b | float | blue component |
| c | color | a color value |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...