colorTheme

DSL function for creating empty ColorTheme instance. It can be used when removing an applied theme from the style.


DSL function for creating ColorTheme instance.

Parameters

base64

Base64 representation of an LUT image. LUT image can be created by following this guide. To convert your LUT image to a Base64 string, you can use an online tool or a script. For example, you can use the following command in a terminal:

base64 -i path/to/your/lut-image.png -o output.txt

DSL function for creating ColorTheme instance. To create custom LUT, you can follow this guide.

Parameters

image

Image data of an LUT image.


DSL function for creating ColorTheme instance. To create custom LUT, you can follow this guide.

Parameters

bitmap

bitmap representation of an LUT image.