{"id":"graphics.image.processing--graphicsImageColorMatrixQ14V1","name":"graphicsImageColorMatrixQ14V1","owner":"yeho","package":"graphics.image.processing","kind":"thing","signature":"external thing graphicsImageColorMatrixQ14V1","description":"A graphics image color matrix q14 v1 record carrying m00, m01, m02, m10, m11, and related state.","context":"Transform image data through the package's explicit processing contracts.","parameters":[],"returns":"void","members":[{"name":"m00","kind":"field","type":"int","description":"Stores m00 as int.","signature":"int m00","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m01","kind":"field","type":"int","description":"Stores m01 as int.","signature":"int m01","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m02","kind":"field","type":"int","description":"Stores m02 as int.","signature":"int m02","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m10","kind":"field","type":"int","description":"Stores m10 as int.","signature":"int m10","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m11","kind":"field","type":"int","description":"Stores m11 as int.","signature":"int m11","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m12","kind":"field","type":"int","description":"Stores m12 as int.","signature":"int m12","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m20","kind":"field","type":"int","description":"Stores m20 as int.","signature":"int m20","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m21","kind":"field","type":"int","description":"Stores m21 as int.","signature":"int m21","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"m22","kind":"field","type":"int","description":"Stores m22 as int.","signature":"int m22","tags":["thing","field","graphics.image.processing"],"updated":"2026-09-09"},{"name":"graphicsImageColorMatrixQ14V1","kind":"constructor","parameters":[{"name":"m00","type":"int","description":"M00."},{"name":"m01","type":"int","description":"M01."},{"name":"m02","type":"int","description":"M02."},{"name":"m10","type":"int","description":"M10."},{"name":"m11","type":"int","description":"M11."},{"name":"m12","type":"int","description":"M12."},{"name":"m20","type":"int","description":"M20."},{"name":"m21","type":"int","description":"M21."},{"name":"m22","type":"int","description":"M22."}],"returns":"void","signature":"graphicsImageColorMatrixQ14V1(int m00, int m01, int m02, int m10, int m11, int m12, int m20, int m21, int m22)","description":"Graphics image color matrix q14 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":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","graphics.image.processing"],"exampleId":"method-Snapshot-11","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":121,"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 graphicsImageColorMatrixQ14V1","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.\ngraphicsImageColorMatrixQ14V1 sample = graphicsImageColorMatrixQ14V1(1, 1, 1, 1, 1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.m00))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolormatrixq14v1\"\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":"b95313a340b8731d7caf5715a8b1ed8392ddd09a5443062c2406695c9bf409e9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-10","title":"graphicsImageColorMatrixQ14V1.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.\ngraphicsImageColorMatrixQ14V1 instance = graphicsImageColorMatrixQ14V1(1, 1, 1, 1, 1, 1, 1, 1, 1)\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolormatrixq14v1\"\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":"2fe3511d5044f5c99c1ca27d891cc45346af2d0dd8443644a2e78222114fb1a4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-11","title":"graphicsImageColorMatrixQ14V1.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.\ngraphicsImageColorMatrixQ14V1 instance = graphicsImageColorMatrixQ14V1(1, 1, 1, 1, 1, 1, 1, 1, 1)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image_processing__graphicsimagecolormatrixq14v1\"\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":"3f527605c7f79abb4d4d080fb66a35de87a2d27ed4797a512a2e02ac7a49dd9f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["m00","m01","m02","m10","m11","m12","m20","m21","m22","graphicsImageColorMatrixQ14V1","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image.processing--graphicsImageColorMatrixQ14V1","json":"https://demonhunterlabs.com/reference/items/graphics.image.processing--graphicsImageColorMatrixQ14V1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageColorMatrixQ14V1.md"}
