Extract an AP214 Colour into our RGBA color, using premultiplied alpha.
Transparency is usually handled via pre-multiplied alpha, and this is what gltf (for example) expects.
The color to extract.
The alpha value to be associated with the colour.
The created colour.
Extract an AP214 Colour into our RGBA color, using premultiplied alpha.
Transparency is usually handled via pre-multiplied alpha, and this is what gltf (for example) expects.