repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
QuartzCore
/
CIBloom.h
blob
25866cbf8a7fe97c89b6e7fa22fcf51bd6fefdb9
1
#import <QuartzCore/CIFilter.h>
2
3
@interface CIBloom
:
CIFilter
{
4
double
_inputRadius
;
5
double
_inputIntensity
;
6
BOOL _enabled
;
7
}
8
9
@end