This content has been marked as final.
Show 2 replies
-
1. Re: How to use PF_AppGetColor() in custom effect?
shachar carmi Aug 10, 2010 8:47 AM (in response to dheeraj_c)i use it in an effect.
this is taken directly from my code.
suites.AppSuite3()->PF_AppGetColor(PF_App_Color_HOT_TEXT, &appColor1);
what happens when you try to use it?
-
2. Re: How to use PF_AppGetColor() in custom effect?
dheeraj_c Aug 10, 2010 9:56 AM (in response to shachar carmi)Thanks a lot Shachar. I was not doing it the right way, so i was not
getting the colors. Many thanks.


