c6cea6e9b3
Thanks to @bojidar-bg's impressive work in #29380.
21 lines
616 B
XML
21 lines
616 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualShaderNodeColorFunc" inherits="VisualShaderNode" category="Core" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="function" type="int" setter="set_function" getter="get_function" enum="VisualShaderNodeColorFunc.Function" default="0">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
<constant name="FUNC_GRAYSCALE" value="0" enum="Function">
|
|
</constant>
|
|
<constant name="FUNC_SEPIA" value="1" enum="Function">
|
|
</constant>
|
|
</constants>
|
|
</class>
|