ColorRect.xml 585 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ColorRect" inherits="Control" version="3.2">
  3. <brief_description>
  4. Colored rectangle.
  5. </brief_description>
  6. <description>
  7. Displays a colored rectangle.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="color" type="Color" setter="set_frame_color" getter="get_frame_color" default="Color( 1, 1, 1, 1 )">
  15. The fill color.
  16. [codeblock]
  17. $ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.
  18. [/codeblock]
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>