Module pixel_widgets::draw [−][src]
Expand description
Primitives used for drawing
Structs
| Color | A color with red, green, blue and alpha components. |
| DrawList | A collection of data needed to render the ui. |
| Image | Reference to an image loaded by the |
| Patch | 9 patch data on top of an |
| Vertex | The |
Enums
| Background | Generic background definition |
| Command | A draw |
| Primitive | A high level primitive that can be drawn without any further data. |
| Update | An update of the available texture data. The backend is responsible for uploading the provided data to the GPU. |