{"id":"graphics.image.processing--CreateGraphicsImageIccPrelinearizedMatrixTransformV1","name":"CreateGraphicsImageIccPrelinearizedMatrixTransformV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external CreateGraphicsImageIccPrelinearizedMatrixTransformV1(graphicsImageColorEncodingV1 sourceEncoding, graphicsImageColorEncodingV1 destinationEncoding, graphicsImageColorMatrixQ14V1 matrix, text transformIdentity, text source) returns graphicsImageWideColorTransformV1","description":"Create graphics image icc prelinearized matrix 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":"matrix","type":"graphicsImageColorMatrixQ14V1","description":"Supply matrix as graphicsImageColorMatrixQ14V1."},{"name":"transformIdentity","type":"text","description":"Supply transform identity as text."},{"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":303,"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 CreateGraphicsImageIccPrelinearizedMatrixTransformV1","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\")\ngraphicsImageColorMatrixQ14V1 matrix = graphicsImageColorMatrixQ14V1(1, 1, 1, 1, 1, 1, 1, 1, 1)\ntext transformIdentity = \"transform Identity\"\ntext source = \"example\"\ngraphicsImageWideColorTransformV1 result = CreateGraphicsImageIccPrelinearizedMatrixTransformV1(sourceEncoding, destinationEncoding, matrix, transformIdentity, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__creategraphicsimageiccprelinearizedmatrixtransformv1\"\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":"1317cb0d6215f79d41ebfd56191c957fbd9af102d8c52bc966d3761d57a6db28","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--CreateGraphicsImageIccPrelinearizedMatrixTransformV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--CreateGraphicsImageIccPrelinearizedMatrixTransformV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageIccPrelinearizedMatrixTransformV1.md"}
