graphics.image.processing · function ·
BindGraphicsImageWideColorTransformV1
Bind graphics image wide color transform v1.
Transform image data through the package's explicit processing contracts.
external BindGraphicsImageWideColorTransformV1(graphicsImageWideColorTransformV1 transform, text contentIdentity, text source) returns graphicsImageWideColorBindingV1Status: source-declared
Parameters
graphicsImageWideColorTransformV1 transform- Supply transform as graphicsImageWideColorTransformV1.
text contentIdentity- Supply content identity as text.
text source- Supply source as text.
Use BindGraphicsImageWideColorTransformV1
A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.
cpu · source-example · type checked
using graphics.image.processing
// Transform image data through the package's explicit processing contracts.
graphicsImageWideColorTransformV1 transform = graphicsImageWideColorTransformV1(graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example"), graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example"), graphicsImageColorMatrixQ14V1(1, 1, 1, 1, 1, 1, 1, 1, 1), "profile Provenance", "intent", true, "transform Identity", "example")
text contentIdentity = "sample"
text source = "example"
graphicsImageWideColorBindingV1 result = BindGraphicsImageWideColorTransformV1(transform, contentIdentity, source)
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__bindgraphicsimagewidecolortransformv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
Notes and source
Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.
yeho/packages/graphics/image/processing/wide_gamut_v1.yh:370