The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
ColorDialog Flags
-
Which flags should I enter to c4d.gui.ColorDialog?
It worked when I entered 0 as a default flag but I want to learn more about other options.
-
Hello,
ColorDialog is just the Python version of C++'s GeChooseColor() function.
It uses the flags DR_COLORFIELD_ICC_BASEDOC and DR_COLORFIELD_ICC_BPTEX which just define the proper color profile. Typically is is enough to just set 0.
best wishes,
Sebastian