handleColourValue

fun handleColourValue(color: String?): String?

Handles color value to be passed to Python

Return

color in a form that can be used by Manim, either as a hex string enclosed in quotation marks or one of the upper-case pre-defined color constants defined in Manim

Parameters

color