{"id":"graphics.image.processing--graphicsImageColorEncodingV1","name":"graphicsImageColorEncodingV1","owner":"yeho","package":"graphics.image.processing","kind":"thing","signature":"external thing graphicsImageColorEncodingV1","description":"A graphics image color encoding v1 record carrying schema, schemaVersion, primaries, transfer, whitePoint, and related state.","context":"Transform image data through the package's explicit processing contracts.","parameters":[],"returns":"void","members":[{"name":"schema","kind":"field","type":"text","description":"Stores schema as text.","signature":"text schema","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"schemaVersion","kind":"field","type":"int","description":"Stores schema version as int.","signature":"int schemaVersion","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"primaries","kind":"field","type":"text","description":"Stores primaries as text.","signature":"text primaries","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"transfer","kind":"field","type":"text","description":"Stores transfer as text.","signature":"text transfer","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"whitePoint","kind":"field","type":"text","description":"Stores white point as text.","signature":"text whitePoint","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"referenceWhiteNits","kind":"field","type":"int","description":"Stores reference white nits as int.","signature":"int referenceWhiteNits","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"maximumNits","kind":"field","type":"int","description":"Stores maximum nits as int.","signature":"int maximumNits","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"profileIdentity","kind":"field","type":"text","description":"Stores profile identity as text.","signature":"text profileIdentity","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"graphicsImageColorEncodingV1","kind":"constructor","parameters":[{"name":"primaries","type":"text","description":"Primaries."},{"name":"transfer","type":"text","description":"Transfer."},{"name":"referenceWhiteNits","type":"int","description":"Reference white nits."},{"name":"maximumNits","type":"int","description":"Maximum nits."},{"name":"profileIdentity","type":"text","description":"Profile identity."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsImageColorEncodingV1(text primaries, text transfer, int referenceWhiteNits, int maximumNits, text profileIdentity, text source)","description":"Graphics image color encoding 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-10","updated":"2026-09-09"},{"name":"ExecutableSdrMatrixTrcV1","kind":"method","parameters":[],"returns":"bool","signature":"ExecutableSdrMatrixTrcV1() returns bool","description":"Executable sdr matrix trc v1.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-ExecutableSdrMatrixTrcV1-11","updated":"2026-09-09"},{"name":"NamedProfileV1","kind":"method","parameters":[],"returns":"bool","signature":"NamedProfileV1() returns bool","description":"Named profile v1.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-NamedProfileV1-12","updated":"2026-09-09"},{"name":"IccProfileV1","kind":"method","parameters":[],"returns":"bool","signature":"IccProfileV1() returns bool","description":"Icc profile v1.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-IccProfileV1-13","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-14","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/wide_gamut_v1.yh","line":19,"sha256":"081fc586b2741b284f81ee8cfab8702eda3e45bb781993f802449705fc3e63af"},"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 graphicsImageColorEncodingV1","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.\ngraphicsImageColorEncodingV1 sample = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\nConsole.Log(Text.From(sample.schema))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"80197991cfc6c8bffa357eb782e726261ba50a65c3b41bcd476f74aed43343a4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-10","title":"graphicsImageColorEncodingV1.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.\ngraphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"8fc8ccd88b3a5e3cfc5792a5bccbde320c845209cc8ebca05992d053f959d0d4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ExecutableSdrMatrixTrcV1-11","title":"graphicsImageColorEncodingV1.ExecutableSdrMatrixTrcV1","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// Executable sdr matrix trc v1.\ngraphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\nbool result = instance.ExecutableSdrMatrixTrcV1()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"a215b3159d75b2158fe7a7fc71155fa08112810de105c65e292850b16f171537","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-NamedProfileV1-12","title":"graphicsImageColorEncodingV1.NamedProfileV1","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// Named profile v1.\ngraphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\nbool result = instance.NamedProfileV1()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"859ac1a63ad95cc73c127325383cbffaa4637408aee25a00496d6c0f4ad0fdf1","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-IccProfileV1-13","title":"graphicsImageColorEncodingV1.IccProfileV1","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// Icc profile v1.\ngraphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\nbool result = instance.IccProfileV1()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"b948571368adf4f894e241d9a196f6b9753784c3a58d4eaf9c12a1fb1dbb669e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-14","title":"graphicsImageColorEncodingV1.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.\ngraphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1(\"primaries\", \"transfer\", 1, 1, \"profile Identity\", \"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolorencodingv1\"\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":"ef8c73a3c164c2177660f385616ad9b16aa20e666321c4799cbd875684c57872","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["schema","schemaVersion","primaries","transfer","whitePoint","referenceWhiteNits","maximumNits","profileIdentity","source","graphicsImageColorEncodingV1","ValidationIssue","ExecutableSdrMatrixTrcV1","NamedProfileV1","IccProfileV1","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--graphicsImageColorEncodingV1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--graphicsImageColorEncodingV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageColorEncodingV1.md"}
