|
-
January 23rd, 2006, 02:54 PM
#1
Gdiplus::ImageAttributes - order of correction functions
Hi !
If I use multiple color corrections at once with Gdiplus::ImageAttributes, in which order are they executed ?
What I want to do:
- use a color matrix
- use a color remap
- use gamma correction
at the same time, but I need to know in which order they are applies ... Any idea out there ?
Regards,
Marco
-
January 24th, 2006, 08:33 AM
#2
Re: Gdiplus::ImageAttributes - order of correction functions
OK guys, found it out on my own.
Both correction types in the same ImageAttribute doesn't work. It's only executing ColorMatrix and Gamma, not ColorMap. Have to apply two ImageAttributes (doing two Draw() operations).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|