graphics.image.processing · thing ·
graphicsImageColorEncodingV1
A graphics image color encoding v1 record carrying schema, schemaVersion, primaries, transfer, whitePoint, and related state.
Transform image data through the package's explicit processing contracts.
external thing graphicsImageColorEncodingV1Status: source-declared
Fields and methods (15)
text schema- Stores schema as text.
int schemaVersion- Stores schema version as int.
text primaries- Stores primaries as text.
text transfer- Stores transfer as text.
text whitePoint- Stores white point as text.
int referenceWhiteNits- Stores reference white nits as int.
int maximumNits- Stores maximum nits as int.
text profileIdentity- Stores profile identity as text.
text source- Stores source as text.
graphicsImageColorEncodingV1(text primaries, text transfer, int referenceWhiteNits, int maximumNits, text profileIdentity, text source)- Graphics image color encoding v1.
ValidationIssue() returns text- Validation issue. Complete example
ExecutableSdrMatrixTrcV1() returns bool- Executable sdr matrix trc v1. Complete example
NamedProfileV1() returns bool- Named profile v1. Complete example
IccProfileV1() returns bool- Icc profile v1. Complete example
Snapshot() returns text- Snapshot. Complete example
Use graphicsImageColorEncodingV1
A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.
cpu · source-example · type checked
using graphics.image.processing
// Transform image data through the package's explicit processing contracts.
graphicsImageColorEncodingV1 sample = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
Console.Log(Text.From(sample.schema))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
graphicsImageColorEncodingV1.ValidationIssue
A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.
cpu · method · source-example · type checked
using graphics.image.processing
// Validation issue.
graphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
text result = instance.ValidationIssue()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
graphicsImageColorEncodingV1.ExecutableSdrMatrixTrcV1
A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.
cpu · method · source-example · type checked
using graphics.image.processing
// Executable sdr matrix trc v1.
graphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
bool result = instance.ExecutableSdrMatrixTrcV1()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
graphicsImageColorEncodingV1.NamedProfileV1
A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.
cpu · method · source-example · type checked
using graphics.image.processing
// Named profile v1.
graphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
bool result = instance.NamedProfileV1()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
graphicsImageColorEncodingV1.IccProfileV1
A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.
cpu · method · source-example · type checked
using graphics.image.processing
// Icc profile v1.
graphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
bool result = instance.IccProfileV1()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
graphicsImageColorEncodingV1.Snapshot
A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.
cpu · method · source-example · type checked
using graphics.image.processing
// Snapshot.
graphicsImageColorEncodingV1 instance = graphicsImageColorEncodingV1("primaries", "transfer", 1, 1, "profile Identity", "example")
text result = instance.Snapshot()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_image_processing__graphicsimagecolorencodingv1"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "graphics.image.processing"
version = "0.1.0"
path = "../../../yeho/packages/graphics/image/processing"
Notes and source
Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.
yeho/packages/graphics/image/processing/wide_gamut_v1.yh:19