{"id":"graphics.image.processing--graphicsImageRgb8V1","name":"graphicsImageRgb8V1","owner":"yeho","package":"graphics.image.processing","kind":"thing","signature":"external thing graphicsImageRgb8V1","description":"A graphics image rgb8 v1 record carrying red, green, blue.","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":"graphicsImageRgb8V1","kind":"constructor","parameters":[{"name":"red","type":"int","description":"Red."},{"name":"green","type":"int","description":"Green."},{"name":"blue","type":"int","description":"Blue."}],"returns":"void","signature":"graphicsImageRgb8V1(int red, int green, int blue)","description":"Graphics image rgb8 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-4","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-5","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/presentation_color_v1.yh","line":6,"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 graphicsImageRgb8V1","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.\ngraphicsImageRgb8V1 sample = graphicsImageRgb8V1(1, 1, 1)\nConsole.Log(Text.From(sample.red))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergb8v1\"\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":"2efe11023d7b2944e16c5fc9a516a0cc1b0130563657dd0efe35e3a8058c1daf","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-4","title":"graphicsImageRgb8V1.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.\ngraphicsImageRgb8V1 instance = graphicsImageRgb8V1(1, 1, 1)\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergb8v1\"\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":"ebafd5f46735ae5828c4ff0aee709b8e640e270ab41237889175eb539b52572b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-5","title":"graphicsImageRgb8V1.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.\ngraphicsImageRgb8V1 instance = graphicsImageRgb8V1(1, 1, 1)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagergb8v1\"\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":"faf48e97d429b27e9fb82ad2e6c2dbbfbfe3b64447f226b2300dd9b0e491e1d4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["red","green","blue","graphicsImageRgb8V1","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--graphicsImageRgb8V1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--graphicsImageRgb8V1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageRgb8V1.md"}
