{"id":"ui--yuiRenderImageResource","name":"yuiRenderImageResource","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiRenderImageResource","description":"A yui render image resource record carrying id, kind, generation, width, height, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"id","kind":"field","type":"text","description":"Stores id as text.","signature":"text id","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"kind","kind":"field","type":"text","description":"Stores kind as text.","signature":"text kind","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"generation","kind":"field","type":"int","description":"Stores generation as int.","signature":"int generation","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"width","kind":"field","type":"int","description":"Stores width as int.","signature":"int width","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"height","kind":"field","type":"int","description":"Stores height as int.","signature":"int height","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"sizeBytes","kind":"field","type":"int","description":"Stores size bytes as int.","signature":"int sizeBytes","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"format","kind":"field","type":"text","description":"Stores format as text.","signature":"text format","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"colorSpace","kind":"field","type":"text","description":"Stores color space as text.","signature":"text colorSpace","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"alphaMode","kind":"field","type":"text","description":"Stores alpha mode as text.","signature":"text alphaMode","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"state","kind":"field","type":"text","description":"Stores state as text.","signature":"text state","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"resident","kind":"field","type":"bool","description":"Stores resident as bool.","signature":"bool resident","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"contentIdentity","kind":"field","type":"text","description":"Stores content identity as text.","signature":"text contentIdentity","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"payloadHex","kind":"field","type":"text","description":"Stores payload hex as text.","signature":"text payloadHex","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiRenderImageResource","kind":"constructor","parameters":[{"name":"id","type":"text","description":"Id."},{"name":"kind","type":"text","description":"Kind."},{"name":"generation","type":"int","description":"Generation."},{"name":"width","type":"int","description":"Width."},{"name":"height","type":"int","description":"Height."},{"name":"sizeBytes","type":"int","description":"Size bytes."},{"name":"format","type":"text","description":"Format."},{"name":"colorSpace","type":"text","description":"Color space."},{"name":"alphaMode","type":"text","description":"Alpha mode."},{"name":"state","type":"text","description":"State."},{"name":"resident","type":"bool","description":"Resident."},{"name":"contentIdentity","type":"text","description":"Content identity."},{"name":"payloadHex","type":"text","description":"Payload hex."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"yuiRenderImageResource(text id, text kind, int generation, int width, int height, int sizeBytes, text format, text colorSpace, text alphaMode, text state, bool resident, text contentIdentity, text payloadHex, text source)","description":"Yui render image resource.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","ui"],"exampleId":"method-ValidationIssue-15","updated":"2026-09-09"},{"name":"Placeholder","kind":"method","parameters":[],"returns":"bool","signature":"Placeholder() returns bool","description":"Placeholder.","tags":["thing","method","ui"],"exampleId":"method-Placeholder-16","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-17","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/render-00-definitions.yh","line":154,"sha256":"ffe87f06297c002c1b58e5728706712c19229c0c62ccc6729603984094373b51"},"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 yuiRenderImageResource","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using ui\n\n// Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.\nyuiRenderImageResource sample = yuiRenderImageResource(\"id\", \"kind\", 1, 1, 1, 4, \"png\", \"color Space\", \"alpha Mode\", \"state\", true, \"sample\", \"payload Hex\", \"example\")\nConsole.Log(Text.From(sample.id))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderimageresource\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"ca94e8c57a8edce37dbf3be1d38426fcd55edba6bbbf2c1feceda88a1e81ca80","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-15","title":"yuiRenderImageResource.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Validation issue.\nyuiRenderImageResource instance = yuiRenderImageResource(\"id\", \"kind\", 1, 1, 1, 4, \"png\", \"color Space\", \"alpha Mode\", \"state\", true, \"sample\", \"payload Hex\", \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderimageresource\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f3ced66687ddc11f26089dd19bbc94738496d6e90ac8bce41dfc54f9bfe1bdfb","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Placeholder-16","title":"yuiRenderImageResource.Placeholder","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Placeholder.\nyuiRenderImageResource instance = yuiRenderImageResource(\"id\", \"kind\", 1, 1, 1, 4, \"png\", \"color Space\", \"alpha Mode\", \"state\", true, \"sample\", \"payload Hex\", \"example\")\nbool result = instance.Placeholder()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderimageresource\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"3ece092eb394018410566b041d5a97c9d3912dce83a303bc9c04caa0edb0934c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-17","title":"yuiRenderImageResource.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Describe.\nyuiRenderImageResource instance = yuiRenderImageResource(\"id\", \"kind\", 1, 1, 1, 4, \"png\", \"color Space\", \"alpha Mode\", \"state\", true, \"sample\", \"payload Hex\", \"example\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirenderimageresource\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"c6516de38b0de4aee56ab73054a598e32d191097bb1bf1aa91a1b4dc5699eeab","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["id","kind","generation","width","height","sizeBytes","format","colorSpace","alphaMode","state","resident","contentIdentity","payloadHex","source","yuiRenderImageResource","ValidationIssue","Placeholder","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiRenderImageResource","json":"https://demonhunterlabs.com/reference/items/ui--yuiRenderImageResource.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiRenderImageResource.md"}
