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?)