{"id":"graphics.image.processing--CreateGraphicsImageIccColorEncodingV1","name":"CreateGraphicsImageIccColorEncodingV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external CreateGraphicsImageIccColorEncodingV1(text primaries, text transfer, int referenceWhiteNits, int maximumNits, text iccIdentity, text source) returns graphicsImageColorEncodingV1","description":"Create graphics image icc color encoding v1 from the supplied values.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"primaries","type":"text","description":"Supply primaries as text."},{"name":"transfer","type":"text","description":"Supply transfer as text."},{"name":"referenceWhiteNits","type":"int","description":"Supply reference white nits as int."},{"name":"maximumNits","type":"int","description":"Supply maximum nits as int."},{"name":"iccIdentity","type":"text","description":"Supply icc identity as text."},{"name":"source","type":"text","description":"Supply source as text."}],"returns":"graphicsImageColorEncodingV1","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":116,"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 CreateGraphicsImageIccColorEncodingV1","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.\ntext primaries = \"primaries\"\ntext transfer = \"transfer\"\nint referenceWhiteNits = 1\nint maximumNits = 1\ntext iccIdentity = \"icc Identity\"\ntext source = \"example\"\ngraphicsImageColorEncodingV1 result = CreateGraphicsImageIccColorEncodingV1(primaries, transfer, referenceWhiteNits, maximumNits, iccIdentity, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__creategraphicsimageicccolorencodingv1\"\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":"04f2be2ad89611e1c43f00e36856e4ed8951837020af39c92021f569116c7ba6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--CreateGraphicsImageIccColorEncodingV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--CreateGraphicsImageIccColorEncodingV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageIccColorEncodingV1.md"}
