Skip to content

LV::Video.fill_color(Color const &color, Rect const &area) does not work #63

@davidwe

Description

@davidwe

video->fill_color ( LV::Color(0,120,0), video->get_width(), video->get_height() );
video->fill_color ( LV::Color(0,120,0), LV::Rect area(10, 10, 20, 20) );

Both commands result in a entire black screen, while the rectangleless version of the method gives a nice dark green.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions