{"id":"graphics.image.processing--CreateGraphicsImageStandardWideColorTransformV1","name":"CreateGraphicsImageStandardWideColorTransformV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external CreateGraphicsImageStandardWideColorTransformV1(graphicsImageColorEncodingV1 sourceEncoding, graphicsImageColorEncodingV1 destinationEncoding, text source) returns graphicsImageWideColorTransformV1","description":"Create graphics image standard wide color transform v1 from the supplied values.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"sourceEncoding","type":"graphicsImageColorEncodingV1","description":"Supply source encoding as graphicsImageColorEncodingV1."},{"name":"destinationEncoding","type":"graphicsImageColorEncodingV1","description":"Supply destination encoding as graphicsImageColorEncodingV1."},{"name":"source","type":"text","description":"Supply source as text."}],"returns":"graphicsImageWideColorTransformV1","members":[],"tags":["cpu","function","graphics","graphics.image.processing","image","processing","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/image/processing/wide_gamut_v1.yh","line":296,"sha256":"081fc586b2741b284f81ee8cfab8702eda3e45bb781993f802449705fc3e63af"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use CreateGraphicsImageStandardWideColorTransformV1","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.image.processing\n\n// Transform image data through the package's explicit processing contracts.\ngraphicsImageColorEncodingV1 sourceEncoding = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\ngraphicsImageColorEncodingV1 destinationEncoding = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\ntext source = \"example\"\ngraphicsImageWideColorTransformV1 result = CreateGraphicsImageStandardWideColorTransformV1(sourceEncoding, destinationEncoding, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__creategraphicsimagestandardwidecolortransformv1\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"2ad81edafeff86ed4be2e87f22c7123263f563aa834b983a183996761a8db0d7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--CreateGraphicsImageStandardWideColorTransformV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--CreateGraphicsImageStandardWideColorTransformV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageStandardWideColorTransformV1.md"}
