mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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>
 |