flesh out process pixel array a little
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 8 Oct 2013 16:12:30 +0000 (16:12 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 8 Oct 2013 16:12:30 +0000 (16:12 +0000)
commit0c6022ca043838fa62bc4865ae7191a8b16511ea
tree3d1606f487b84ebc77a30aff60c83b5f2b9ca97f
parentc00ed51cbf5369f5ea94e2710909106319de3aa8
flesh out process pixel array a little

git-svn-id: https://svn.aros.org/svn/aros/trunk@48252 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
12 files changed:
AROS/workbench/libs/cgfx/mmakefile.src
AROS/workbench/libs/cgfx/processpixelarray_opblur.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opbrightness.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opcol2grey.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opgradient.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opnegative.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opnegative_fade.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_ops.h [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opsetalpha.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_opshiftrgb.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_optint.c [new file with mode: 0644]
AROS/workbench/libs/cgfx/processpixelarray_optint_fade.c [new file with mode: 0644]