VisualShaderNodeColorUniform¶
Inherits: VisualShaderNodeUniform < VisualShaderNode < Resource < Reference < Object
A Color uniform to be used within the visual shader graph.
Description¶
Translated to uniform vec4
in the shader language.
Properties¶
|
||
|
Property Descriptions¶
Color default_value = Color( 1, 1, 1, 1 )
A default value to be assigned within the shader.
bool default_value_enabled = false
Enables usage of the default_value.