{"id":"graphics.image.processing--SampleGraphicsImagePreparedPixelV1","name":"SampleGraphicsImagePreparedPixelV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external SampleGraphicsImagePreparedPixelV1(graphicsImageSamplingBindingV1 original binding, graphicsImageRgba8V1 topLeft, graphicsImageRgba8V1 topRight, graphicsImageRgba8V1 bottomLeft, graphicsImageRgba8V1 bottomRight, int xQ16, int yQ16) returns graphicsImagePreparedPixelV1","description":"Sample graphics image prepared pixel v1.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"binding","type":"graphicsImageSamplingBindingV1 original","description":"Supply binding as graphicsImageSamplingBindingV1 original."},{"name":"topLeft","type":"graphicsImageRgba8V1","description":"Supply top left as graphicsImageRgba8V1."},{"name":"topRight","type":"graphicsImageRgba8V1","description":"Supply top right as graphicsImageRgba8V1."},{"name":"bottomLeft","type":"graphicsImageRgba8V1","description":"Supply bottom left as graphicsImageRgba8V1."},{"name":"bottomRight","type":"graphicsImageRgba8V1","description":"Supply bottom right as graphicsImageRgba8V1."},{"name":"xQ16","type":"int","description":"Supply x q16 as int."},{"name":"yQ16","type":"int","description":"Supply y q16 as int."}],"returns":"graphicsImagePreparedPixelV1","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/filter_color_v1.yh","line":666,"sha256":"cadbb989f7058f1fad34453e9d3f8c298787936ddfdd4575067d3f3b6a8a3f92"},"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 SampleGraphicsImagePreparedPixelV1","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.\ngraphicsImageSamplingBindingV1 binding = graphicsImageSamplingBindingV1(graphicsImageSamplingPolicyV1(\"filter\", \"source Color Space\", \"source Alpha Mode\", \"output Color Space\", \"example\"))\ngraphicsImageRgba8V1 topLeft = graphicsImageRgba8V1(1, 1, 1, 1)\ngraphicsImageRgba8V1 topRight = graphicsImageRgba8V1(1, 1, 1, 1)\ngraphicsImageRgba8V1 bottomLeft = graphicsImageRgba8V1(1, 1, 1, 1)\ngraphicsImageRgba8V1 bottomRight = graphicsImageRgba8V1(1, 1, 1, 1)\nint xQ16 = 1\nint yQ16 = 1\ngraphicsImagePreparedPixelV1 result = SampleGraphicsImagePreparedPixelV1(binding, topLeft, topRight, bottomLeft, bottomRight, xQ16, yQ16)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__samplegraphicsimagepreparedpixelv1\"\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":"8f2c5a62d6fa5c6860924165d197c9473b8794e5ca47f6a1e9e1759e06b94abe","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--SampleGraphicsImagePreparedPixelV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--SampleGraphicsImagePreparedPixelV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--SampleGraphicsImagePreparedPixelV1.md"}
