libvisual icon indicating copy to clipboard operation
libvisual copied to clipboard

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

Open davidwe opened this issue 12 years ago • 1 comments

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.

davidwe avatar Mar 22 '13 18:03 davidwe

Depends on #64.

kaixiong avatar Mar 22 '13 18:03 kaixiong