ColorRect.xml 590 B

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