Launch color picker dialog
-
On 29/08/2018 at 05:26, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;---------
Hello.I have my custom GeUserArea in a CustomGui parameter.
I want to click that User Area and launch the Color Picker modal dialog as happens with ColorField dialog parameter or COLOR description parameter.Can I do that ?
Thank you.
-
On 30/08/2018 at 11:15, xxxxxxxx wrote:
Hi,
if I understand correctly, you want the entire Color Picker dialog, not just the color picker "action" you get, when clicking onto the pipette icon in color chooser, right?
The color picker dialog can be opened with GeChooseColor(). The color pick action on the other hand is implemented internally and can not be started via the API.