SafeColorResult

data class SafeColorResult(val color: Int, val path: RenderingPath, val warnings: Set<RenderingWarning>)(source)

Hardware-safe interpretation of an authored color.

Constructors

Link copied to clipboard
constructor(color: Int, path: RenderingPath, warnings: Set<RenderingWarning>)

Properties

Link copied to clipboard
val color: Int

Packed ARGB color to render on path.

Link copied to clipboard

Rendering implementation required to preserve the selected policy.

Link copied to clipboard

Transformations or capability limitations affecting the result.