Struct aflak_imgui::Image[][src]

pub struct Image { /* fields omitted */ }

Represent an image about to be drawn See Ui::image.

Crate your image using the builder pattern then Image::build it.

Methods

impl Image
[src]

Set uv0 (default [0.0, 0.0])

Set uv1 (default [1.0, 1.0])

Set tint color (default: no tint color)

Set border color (default: no border)

Draw image where the cursor currently is

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image