We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Depends on #64.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: