Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeColorConstant¶
Inherits: VisualShaderNode < Resource < Reference < Object
Una constante Color para ser usada dentro del gráfico de shader visual.
Descripción¶
Tiene dos puertos de salida que representan los canales RGB y alfa de Color.
Traducido a vec3 rgb
y float alpha
en el lenguaje shader.
Propiedades¶
|
Descripciones de Propiedades¶
Color constant
Default |
|
Setter |
set_constant(value) |
Getter |
get_constant() |
Una constante Color que representa un estado de este nodo.