Viewer Lookup (log2Lin)- shortcut menu
hi...
i want to create shortcut menu for viewer lookup, with my standard color value... if i hit that menu the viewer lookup should turn onto logtoLin with my color values...
i ve tried but it;s not working ... i thing i missing some thing
Quote:
nuiPushMenu("LuT");
nuiMenuItem("Log to Lin", (ViewerLookup1.viewerLogLin = 0,
ViewerLookup1.rNGamma = 1,
ViewerLookup1.gNGamma = 1,
ViewerLookup1.bNGamma = 1,
ViewerLookup1.rDGamma = 1,
ViewerLookup1.gDGamma = 1,
ViewerLookup1.bDGamma = 1));
i got error in shell window
" must have class/struct/union type viewerLogLin.bDGamma = 1 "
help me...
thanks