> I can't figure out how you force the user interface to update.
PF_OutFlag_REFRESH_UI
Can be returned from PF_Cmd_EVENT, PF_Cmd_RENDER, and PF_Cmd_DO_DIALOG.
Causes the effects control window, layer window, and comp window to be re-drawn.
>Secondly in 16bit mode what is the maximum (white) value. I thought 16bit was 655335. Is this the maximum value for each channel ?
PF_MAX_CHAN16 == 32768 (as in Photoshop).
... View more