{"id":"graphics.image.processing--graphicsImageRgba8V1","name":"graphicsImageRgba8V1","owner":"yeho","package":"graphics.image.processing","kind":"thing","signature":"external thing graphicsImageRgba8V1","description":"A graphics image rgba8 v1 record carrying red, green, blue, alpha.","context":"Transform image data through the package's explicit processing contracts.","parameters":[],"returns":"void","members":[{"name":"red","kind":"field","type":"int","description":"Stores red as int.","signature":"int red","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"green","kind":"field","type":"int","description":"Stores green as int.","signature":"int green","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"blue","kind":"field","type":"int","description":"Stores blue as int.","signature":"int blue","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"alpha","kind":"field","type":"int","description":"Stores alpha as int.","signature":"int alpha","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"graphicsImageRgba8V1","kind":"constructor","parameters":[{"name":"red","type":"int","description":"Red."},{"name":"green","type":"int","description":"Green."},{"name":"blue","type":"int","description":"Blue."},{"name":"alpha","type":"int","description":"Alpha."}],"returns":"void","signature":"graphicsImageRgba8V1(int red, int green, int blue, int alpha)","description":"Graphics image rgba8 v1.","tags":["thing","constructor","graphics.image.processing"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-ValidationIssue-5","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-6","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/filter_color_v1.yh","line":187,"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 graphicsImageRgba8V1","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.\ngraphicsImageRgba8V1 sample = graphicsImageRgba8V1(1, 1, 1, 1)\nConsole.Log(Text.From(sample.red))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergba8v1\"\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":"1385ace99b0a6d3f0eb13f15719830e39e8898b8cb23ae07adbfdb393c68f5f5","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-5","title":"graphicsImageRgba8V1.ValidationIssue","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// Validation issue.\ngraphicsImageRgba8V1 instance = graphicsImageRgba8V1(1, 1, 1, 1)\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergba8v1\"\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":"6ecd5f7c755730b8b446083b15ae1e68ff662c87f1ec2443fef9b2596c0bc4ee","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-6","title":"graphicsImageRgba8V1.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.\ngraphicsImageRgba8V1 instance = graphicsImageRgba8V1(1, 1, 1, 1)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergba8v1\"\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":"912439b6252c46ac33d72ff4917c605b90256c8a1c5bd9915e2b35c85607c388","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["red","green","blue","alpha","graphicsImageRgba8V1","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--graphicsImageRgba8V1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--graphicsImageRgba8V1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageRgba8V1.md"}
