FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1346 : OPAQUE filter is not implemented
Last modified: 2009-10-09 18:14
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Matt Giant
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-10-09 16:36
I am factoring the PImage filter() code into a modular extensible form using the TRUNK source
as a starting point. While porting the existing filter types I noticed that there is not a case for
OPAQUE in filter() and the case in filter( float ) throws a RuntimeException indicating the filter
is not to be run with a parameter. Is this filter type still supported?
Additional Comment
#1 From fry 2009-10-09 18:14
it's a typo. "case RGB" should be "case OPAQUE".