views:

280

answers:

1

Hello everybody,

I try to find out, how to access the Effect-Class and it's decendants of GDI+ in C#. Especially, I'm interested in these:

* Blur
* Sharpen
* Tint
* RedEyeCorrection
* ColorMatrixEffect
* ColorLUT
* BrightnessContrast
* HueSaturationLightness
* ColorBalance
* Levels
* ColorCurve

Can anybody give me a hint, how to access them in C#? I even can't find them in the .net documentation. Do I have to access the gdilus.dll directory?

Ciao!

Christian