Is there any way I can detect the change in color depth in a composition?
I know I can react differently by calling PF_GetPixelFormat() on render to find out the current bit depth/format, but I was wondering if there is any way to detect and react to the event when a user changes the color depth of the composition manually?
Basically, what I want to do is hide/change parameters in the ECW depending on the bit depth.
Any help appreciated :-)