{"id":"graphics.image.processing--CreateGraphicsImagePresentationColorPolicyV1","name":"CreateGraphicsImagePresentationColorPolicyV1","owner":"yeho","package":"graphics.image.processing","kind":"function","signature":"external CreateGraphicsImagePresentationColorPolicyV1(text sourceColorSpace, text tintColorSpace, text destinationColorSpace, text outputColorSpace, text source) returns graphicsImagePresentationColorPolicyV1","description":"Create graphics image presentation color policy v1 from the supplied values.","context":"Transform image data through the package's explicit processing contracts.","parameters":[{"name":"sourceColorSpace","type":"text","description":"Supply source color space as text."},{"name":"tintColorSpace","type":"text","description":"Supply tint color space as text."},{"name":"destinationColorSpace","type":"text","description":"Supply destination color space as text."},{"name":"outputColorSpace","type":"text","description":"Supply output color space as text."},{"name":"source","type":"text","description":"Supply source as text."}],"returns":"graphicsImagePresentationColorPolicyV1","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/presentation_color_v1.yh","line":193,"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 CreateGraphicsImagePresentationColorPolicyV1","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.\ntext sourceColorSpace = \"source Color Space\"\ntext tintColorSpace = \"tint Color Space\"\ntext destinationColorSpace = \"destination Color Space\"\ntext outputColorSpace = \"output Color Space\"\ntext source = \"example\"\ngraphicsImagePresentationColorPolicyV1 result = CreateGraphicsImagePresentationColorPolicyV1(sourceColorSpace, tintColorSpace, destinationColorSpace, outputColorSpace, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__creategraphicsimagepresentationcolorpolicyv1\"\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":"039c2323a4ff9bce4d99ee6174dc110f4e60ff9b88cf9e3ed411c6611ddabefd","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--CreateGraphicsImagePresentationColorPolicyV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--CreateGraphicsImagePresentationColorPolicyV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImagePresentationColorPolicyV1.md"}
