{"id":"graphics.image.processing--PresentGraphicsImagePreparedLinearPixelUncheckedV1","name":"PresentGraphicsImagePreparedLinearPixelUncheckedV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external PresentGraphicsImagePreparedLinearPixelUncheckedV1(graphicsImagePreparedPresentationColorBindingV1 original binding, graphicsImageLinearPremultipliedV1 sourceLinear) returns graphicsImageRgba8V1","description":"Deliberately validation-free pixel kernel. Its preconditions are established by BindGraphicsImagePresentationColorRegionV1 and the prepared sampling binding. This function performs only integer arithmetic, prepared LUT reads, and construction of the final RGBA8 value.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"binding","type":"graphicsImagePreparedPresentationColorBindingV1 original","description":"Supply binding as graphicsImagePreparedPresentationColorBindingV1 original."},{"name":"sourceLinear","type":"graphicsImageLinearPremultipliedV1","description":"Supply source linear as graphicsImageLinearPremultipliedV1."}],"returns":"graphicsImageRgba8V1","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/presentation_color_v1.yh","line":356,"sha256":"6879e645971b1eb7a031db4ebc8741b990ea530891250ba275b44d8893adb6fa"},"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 PresentGraphicsImagePreparedLinearPixelUncheckedV1","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.\ngraphicsImagePreparedPresentationColorBindingV1 binding = graphicsImagePreparedPresentationColorBindingV1(graphicsImagePresentationColorPolicyV1(\"source Color Space\", \"tint Color Space\", \"destination Color Space\", \"output Color Space\", \"example\"), \"example\")\ngraphicsImageLinearPremultipliedV1 sourceLinear = graphicsImageLinearPremultipliedV1(1, 1, 1, 1)\ngraphicsImageRgba8V1 result = PresentGraphicsImagePreparedLinearPixelUncheckedV1(binding, sourceLinear)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__presentgraphicsimagepreparedlinearpixeluncheckedv1\"\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":"1b02ae63bb2b6fd3e996e074580e32cac79144c1a3df01b45386d656062f1f6e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--PresentGraphicsImagePreparedLinearPixelUncheckedV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--PresentGraphicsImagePreparedLinearPixelUncheckedV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--PresentGraphicsImagePreparedLinearPixelUncheckedV1.md"}
