projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52f2b10
)
fix the docs to match the change from alpha -> opacity
author
Tony Cook
<tony@develop=help.com>
Fri, 6 Nov 2009 09:44:07 +0000
(09:44 +0000)
committer
Tony Cook
<tony@develop=help.com>
Fri, 6 Nov 2009 09:44:07 +0000
(09:44 +0000)
lib/Imager/Fill.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Imager/Fill.pm
b/lib/Imager/Fill.pm
index 3901fbe4e1aa0a915e04fe52cc2317f0ba5a9140..5e898268586eae5d17e1baaddd1dec3d32c69591 100644
(file)
--- a/
lib/Imager/Fill.pm
+++ b/
lib/Imager/Fill.pm
@@
-362,7
+362,8
@@
The matrix parameter will significantly slow down the fill.
=head2 Opacity modification fill
- my $fill = Imager::Fill->new(type => "opacity"
+ my $fill = Imager::Fill->new(type => "opacity",
+ other => $fill, opacity => 0.25);
This can be used to make a fill that is a more translucent of opaque
version of an existing fill. This is intended for use where you
@@
-374,7
+375,7
@@
Parameters:
=item *
-type => "
alpha
" - Required
+type => "
opacity
" - Required
=item *