HardwareRenderingProfile

data class HardwareRenderingProfile(val colorMode: DisplayColorMode, val colorDepthBits: Int?, val nativeAlpha: NativeAlphaSupport, val maximumHardwareStrokeWidthPx: Float?)(source)

Device constraints relevant to hardware-overlay rendering.

Constructors

Link copied to clipboard
constructor(colorMode: DisplayColorMode, colorDepthBits: Int?, nativeAlpha: NativeAlphaSupport, maximumHardwareStrokeWidthPx: Float?)

Properties

Link copied to clipboard

Supported color depth, or null when unverified.

Link copied to clipboard

Display color capability.

Link copied to clipboard

Evidence-backed hardware width limit, if known.

Link copied to clipboard

Whether the hardware overlay preserves alpha.