Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
colorManagementConvert [-toDisplaySpace float float float]
colorManagementConvert is NOT undoable, NOT queryable, and NOT editable.
This command can be used to convert rendering (a.k.a. working) space color values to display space color values. This is useful if you create custom UI with colors painted to screen, where you need to handle color management yourself. The current view transform set in the Color Management user preferences will be used.None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-toDisplaySpace(-tds)
|
float float float
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
float $color[] = `colorManagementConvert -toDisplaySpace 0.5 0.5 0.5`;