{"id":"graphics.image.processing--BindGraphicsImageSamplingMetadataWithOutputV1","name":"BindGraphicsImageSamplingMetadataWithOutputV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external BindGraphicsImageSamplingMetadataWithOutputV1(bool ready, int width, int height, int sizeBytes, text format, text colorSpace, text alphaMode, text contentIdentity, int payloadHexLength, text filter, text outputColorSpace, text source) returns graphicsImageSamplingBindingV1","description":"Bind graphics image sampling metadata with output v1.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"ready","type":"bool","description":"Supply ready as bool."},{"name":"width","type":"int","description":"Supply width as int."},{"name":"height","type":"int","description":"Supply height as int."},{"name":"sizeBytes","type":"int","description":"Supply size bytes as int."},{"name":"format","type":"text","description":"Supply format as text."},{"name":"colorSpace","type":"text","description":"Supply color space as text."},{"name":"alphaMode","type":"text","description":"Supply alpha mode as text."},{"name":"contentIdentity","type":"text","description":"Supply content identity as text."},{"name":"payloadHexLength","type":"int","description":"Supply payload hex length as int."},{"name":"filter","type":"text","description":"Supply filter as text."},{"name":"outputColorSpace","type":"text","description":"Supply output color space as text."},{"name":"source","type":"text","description":"Supply source as text."}],"returns":"graphicsImageSamplingBindingV1","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":832,"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 BindGraphicsImageSamplingMetadataWithOutputV1","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.\nbool ready = true\nint width = 1\nint height = 1\nint sizeBytes = 4\ntext format = \"png\"\ntext colorSpace = \"color Space\"\ntext alphaMode = \"alpha Mode\"\ntext contentIdentity = \"sample\"\nint payloadHexLength = 1\ntext filter = \"filter\"\ntext outputColorSpace = \"output Color Space\"\ntext source = \"example\"\ngraphicsImageSamplingBindingV1 result = BindGraphicsImageSamplingMetadataWithOutputV1(ready, width, height, sizeBytes, format, colorSpace, alphaMode, contentIdentity, payloadHexLength, filter, outputColorSpace, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__bindgraphicsimagesamplingmetadatawithoutputv1\"\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":"9faaf80caaa6524cee22b90cb3d4d4b6bd542aa2d02bacb6cf26a7192d7c2af9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--BindGraphicsImageSamplingMetadataWithOutputV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--BindGraphicsImageSamplingMetadataWithOutputV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--BindGraphicsImageSamplingMetadataWithOutputV1.md"}
