{"id":"graphics.render3d--ReadGraphics3DPixelRgb8","name":"ReadGraphics3DPixelRgb8","owner":"yeho","package":"graphics.render3d","kind":"function","signature":"external ReadGraphics3DPixelRgb8(int x, int y) returns int","description":"Coordinates use the provider's bottom-left framebuffer origin. The result is packed 0x00RRGGBB, or -1 when the read is rejected.","context":"Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.","parameters":[{"name":"x","type":"int","description":"Supply x as int."},{"name":"y","type":"int","description":"Supply y as int."}],"returns":"int","members":[],"tags":["cpu","function","graphics","graphics.render3d","render3d","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/render3d/render3d.yh","line":222,"sha256":"e98990c02e455ccc99829eefd52831a8b724534b82b7be2ffd8d0263d52b834c"},"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 ReadGraphics3DPixelRgb8","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.render3d\n\n// Use bounded hardware 3D resources, meshes, cameras, lights, and draw commands.\nint x = 1\nint y = 1\nint result = ReadGraphics3DPixelRgb8(x, y)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_render3d__readgraphics3dpixelrgb8\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.render3d\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/render3d\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"c93ff1e1fec798cbef9d00a86ae569cb09b20f3bd254a95509dd4d368bb04126","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.render3d--ReadGraphics3DPixelRgb8","json":"https://demonhunterlabs.com/reference/items/graphics.render3d--ReadGraphics3DPixelRgb8.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.render3d--ReadGraphics3DPixelRgb8.md"}
