mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
58 lines
1.7 KiB
ReStructuredText
58 lines
1.7 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualShaderNodeColorFunc.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualShaderNodeColorFunc:
|
|
|
|
VisualShaderNodeColorFunc
|
|
=========================
|
|
|
|
**Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+----------------------------------------------------------+--------------------------------------------------------------------+---+
|
|
| :ref:`Function<enum_VisualShaderNodeColorFunc_Function>` | :ref:`function<class_VisualShaderNodeColorFunc_property_function>` | 0 |
|
|
+----------------------------------------------------------+--------------------------------------------------------------------+---+
|
|
|
|
Enumerations
|
|
------------
|
|
|
|
.. _enum_VisualShaderNodeColorFunc_Function:
|
|
|
|
.. _class_VisualShaderNodeColorFunc_constant_FUNC_GRAYSCALE:
|
|
|
|
.. _class_VisualShaderNodeColorFunc_constant_FUNC_SEPIA:
|
|
|
|
enum **Function**:
|
|
|
|
- **FUNC_GRAYSCALE** = **0**
|
|
|
|
- **FUNC_SEPIA** = **1**
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_VisualShaderNodeColorFunc_property_function:
|
|
|
|
- :ref:`Function<enum_VisualShaderNodeColorFunc_Function>` **function**
|
|
|
|
+-----------+---------------------+
|
|
| *Default* | 0 |
|
|
+-----------+---------------------+
|
|
| *Setter* | set_function(value) |
|
|
+-----------+---------------------+
|
|
| *Getter* | get_function() |
|
|
+-----------+---------------------+
|
|
|