ColorRect

a color-filled rectangle

Constructors

this
this(Vector2 size, raylib.Color color, bool fill)
Undocumented in source.

Members

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Properties

bounds
Rectangle bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
Color color;

fill color

size
Vector2 size;

rectangle dimensions

Meta