graphics.image.processing · function ·
ConvertGraphicsImageWideColorBoundPixelUncheckedV1
Convert graphics image wide color bound pixel unchecked v1.
Transform image data through the package's explicit processing contracts.
external ConvertGraphicsImageWideColorBoundPixelUncheckedV1(graphicsImageWideColorBindingV1 original binding, graphicsImageRgba8V1 pixel) returns graphicsImageRgba8V1Status: source-declared
Parameters
graphicsImageWideColorBindingV1 original binding- Supply binding as graphicsImageWideColorBindingV1 original.
graphicsImageRgba8V1 pixel- Supply pixel as graphicsImageRgba8V1.
Use ConvertGraphicsImageWideColorBoundPixelUncheckedV1
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.
graphicsImageWideColorBindingV1 binding = graphicsImageWideColorBindingV1(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"), "example")
graphicsImageRgba8V1 pixel = graphicsImageRgba8V1(1, 1, 1, 1)
graphicsImageRgba8V1 result = ConvertGraphicsImageWideColorBoundPixelUncheckedV1(binding, pixel)
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__convertgraphicsimagewidecolorboundpixeluncheckedv1"
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:421