COLORFIELD [id] { [Flags] }
Color fields let the user choose a color using the standard Cinema 4D control as well as the operating system dialog.
Use GeDialog::GetColorField() and GeDialog::SetColorField() to access the color.
See Dialog Resource for a description of the common flags.
Flag | Explanation |
---|---|
[LAYOUTFLAGS] | Layout flags. |
NOBRIGHTNESS | Remove the brightness control. |
NOCOLOR | Disable the color controls. |
COLORFIELD IDC_COLOR { }