setStyleColorTheme
Set color theme to style. Color theme can be used as a global modifier for the colors of the style and style imports. In order to use custom color theme you need to provide an image that will represent LUT (color grading lookup table). Image height must be less or equal to 32 pixels and width of the image should be equal to the height squared. Either image or base64 image representation should be provided. Providing null value deletes the theme.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
for the style. Providing null value deletes the theme.
Set color theme to style. Color theme can be used as a global modifier for the colors of the style and style imports. In order to use custom color theme you need to provide an image that will represent LUT (color grading lookup table). Image height must be less or equal to 32 pixels and width of the image should be equal to the height squared. Either image or base64 image representation should be provided. Providing null value deletes the theme.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
Base64 encoded representation of an LUT image. The height of the image cannot be more than 32 pixels.
Set color theme to style. Color theme can be used as a global modifier for the colors of the style and style imports. In order to use custom color theme you need to provide an image that will represent LUT (color grading lookup table). Image height must be less or equal to 32 pixels and width of the image should be equal to the height squared. Either image or base64 image representation should be provided. Providing null value deletes the theme.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
The bitmap image.
Set color theme to style. Color theme can be used as a global modifier for the colors of the style and style imports. In order to use custom color theme you need to provide an image that will represent LUT (color grading lookup table). Image height must be less or equal to 32 pixels and width of the image should be equal to the height squared. Either image or base64 image representation should be provided. Providing null value deletes the theme.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
The image data of an LUT image.