summaryrefslogtreecommitdiffstats
path: root/doc/classes/ColorRect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ColorRect.xml')
-rw-r--r--doc/classes/ColorRect.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/classes/ColorRect.xml b/doc/classes/ColorRect.xml
index 13e8ab0174..af1b0f57e2 100644
--- a/doc/classes/ColorRect.xml
+++ b/doc/classes/ColorRect.xml
@@ -11,30 +11,6 @@
<demos>
</demos>
<methods>
- <method name="get_frame_color" qualifiers="const">
- <return type="Color">
- </return>
- <description>
- Return the color in RGBA format.
- [codeblock]
- var cr = get_node("colorrect_node")
- var c = cr.get_frame_color() # Default color is white
- [/codeblock]
- </description>
- </method>
- <method name="set_frame_color">
- <return type="void">
- </return>
- <argument index="0" name="color" type="Color">
- </argument>
- <description>
- Set new color to ColorRect.
- [codeblock]
- var cr = get_node("colorrect_node")
- cr.set_frame_color(Color(1, 0, 0, 1)) # Set color rect node to red
- [/codeblock]
- </description>
- </method>
</methods>
<members>
<member name="color" type="Color" setter="set_frame_color" getter="get_frame_color">