Skip to content

ColorFromColorspace

Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.

Build a color from channel values in a named color space. The result is a color on every route — the color head of the named space when evaluated, the target's color value when compiled. To read the channels back out, call ColorToColorspace(color, space)

ColorFromColorspace(color | tuple, string) -> coloras compute-engine declares it

Domain: Compute engine