Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidwe opened this issue Mar 22, 2013 · 1 comment
Open
Milestone

Comments

@davidwe
Copy link

davidwe commented Mar 22, 2013

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.

@kaixiong
Copy link
Member

Depends on #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants