ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/lib/Gtk2/CV.pm
(Generate patch)

Comparing CV/lib/Gtk2/CV.pm (file contents):
Revision 1.21 by root, Sun Aug 21 02:19:16 2005 UTC vs.
Revision 1.22 by root, Sun Aug 21 02:23:52 2005 UTC

51sub dealpha_compose($) { 51sub dealpha_compose($) {
52 return $_[0] unless $_[0]->get_has_alpha; 52 return $_[0] unless $_[0]->get_has_alpha;
53 53
54 Gtk2::CV::dealpha_expose $_[0]->composite_color_simple ( 54 Gtk2::CV::dealpha_expose $_[0]->composite_color_simple (
55 $_[0]->get_width, $_[0]->get_height, 55 $_[0]->get_width, $_[0]->get_height,
56 'nearest', 255, 16, 0xa0a0a0ff, 0x606060ff, 56 'nearest', 255, 16, 0xffc0c0c0, 0xff606060,
57 ) 57 )
58} 58}
59 59
60# TODO: make preferences 60# TODO: make preferences
61sub dealpha($) { 61sub dealpha($) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines