display actions
|
| |
1. |
|
|
filter.apply ( objectid , objectid )
|
2. |
|
|
filter.blur.apply ( objectid , float )
|
3. |
|
|
filter.brightness.apply ( objectid , float )
|
4. |
|
|
filter.colorbalance.apply ( objectid , float , float , float , long )
|
5. |
|
|
filter.contrast.apply ( objectid , float )
|
6. |
|
|
filter.grayscale.apply ( objectid )
|
7. |
|
|
filter.negative.apply ( objectid )
|
8. |
|
|
filter.sharpen.apply ( objectid , float )
|
management actions
|
| |
9. |
objectid
|
=
|
filter.load ( string )
|
| |
10. |
objectid
|
=
|
filter.create ( long , long )
|
11. |
objectid
|
=
|
filter.create ( long )
|
| |
12. |
|
|
filter.free ( objectid )
|
system management
|
| |
13. |
|
|
filter.column.set ( objectid , long , long , long , long )
|
14. |
|
|
filter.column.set ( objectid , long , long , long , long , long , long )
|
15. |
|
|
filter.offset.set ( objectid , long )
|
16. |
|
|
filter.row.set ( objectid , long , long , long , long )
|
17. |
|
|
filter.row.set ( objectid , long , long , long , long , long , long )
|
18. |
|
|
filter.scale.set ( objectid , float )
|
| |
19. |
long
|
=
|
filter.offset.get ( objectid )
|
20. |
float
|
=
|
filter.scale.get ( objectid )
|
|