{"id":"graphics.image.processing--graphicsImageWideColorResultV1","name":"graphicsImageWideColorResultV1","owner":"yeho","package":"graphics.image.processing","kind":"thing","signature":"external thing graphicsImageWideColorResultV1","description":"A graphics image wide color result v1 record carrying available, outputPixel, redLinear16, greenLinear16, blueLinear16, and related state.","context":"Transform image data through the package's explicit processing contracts.","parameters":[],"returns":"void","members":[{"name":"available","kind":"field","type":"bool","description":"Stores available as bool.","signature":"bool available","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"outputPixel","kind":"field","type":"graphicsImageRgba8V1","description":"Stores output pixel as graphicsImageRgba8V1.","signature":"graphicsImageRgba8V1 outputPixel","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"redLinear16","kind":"field","type":"int","description":"Stores red linear16 as int.","signature":"int redLinear16","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"greenLinear16","kind":"field","type":"int","description":"Stores green linear16 as int.","signature":"int greenLinear16","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"blueLinear16","kind":"field","type":"int","description":"Stores blue linear16 as int.","signature":"int blueLinear16","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"matrixMultiplications","kind":"field","type":"int","description":"Stores matrix multiplications as int.","signature":"int matrixMultiplications","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"outOfGamut","kind":"field","type":"bool","description":"Stores out of gamut as bool.","signature":"bool outOfGamut","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"clippedChannels","kind":"field","type":"int","description":"Stores clipped channels as int.","signature":"int clippedChannels","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"outputPrimaries","kind":"field","type":"text","description":"Stores output primaries as text.","signature":"text outputPrimaries","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"outputTransfer","kind":"field","type":"text","description":"Stores output transfer as text.","signature":"text outputTransfer","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"outputProfileIdentity","kind":"field","type":"text","description":"Stores output profile identity as text.","signature":"text outputProfileIdentity","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"cacheIdentity","kind":"field","type":"text","description":"Stores cache identity as text.","signature":"text cacheIdentity","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"graphicsImageWideColorResultV1","kind":"constructor","parameters":[{"name":"destinationEncoding","type":"graphicsImageColorEncodingV1","description":"Destination encoding."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsImageWideColorResultV1(graphicsImageColorEncodingV1 destinationEncoding, text source)","description":"Graphics image wide color result v1.","tags":["thing","constructor","graphics.image.processing"],"updated":"2026-09-09"},{"name":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-Snapshot-15","updated":"2026-09-09"}],"tags":["cpu","graphics","graphics.image.processing","image","method","processing","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/image/processing/wide_gamut_v1.yh","line":308,"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 graphicsImageWideColorResultV1","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.\ngraphicsImageWideColorResultV1 sample = graphicsImageWideColorResultV1(graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\"), \"example\")\nConsole.Log(Text.From(sample.available))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagewidecolorresultv1\"\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":"31e6e7bcbce51b3255d4116a4e43884e899911dae4c64974e85fbe7dd9b5b839","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-15","title":"graphicsImageWideColorResultV1.Snapshot","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.image.processing\n\n// Snapshot.\ngraphicsImageWideColorResultV1 instance = graphicsImageWideColorResultV1(graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\"), \"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagewidecolorresultv1\"\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","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f7fd73d315b90d9e80e59feea64a5f8050207c6d9f0f78e4c17e653c398bdbf2","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["available","outputPixel","redLinear16","greenLinear16","blueLinear16","matrixMultiplications","outOfGamut","clippedChannels","outputPrimaries","outputTransfer","outputProfileIdentity","cacheIdentity","diagnostic","source","graphicsImageWideColorResultV1","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--graphicsImageWideColorResultV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--graphicsImageWideColorResultV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageWideColorResultV1.md"}
