PdfColor

value class PdfColor(val argb: UInt)

A non-premultiplied ARGB color encoded as 0xAARRGGBB.

Constructors

Link copied to clipboard
constructor(argb: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Alpha channel in 0..255.

Link copied to clipboard
val argb: UInt

Packed 0xAARRGGBB value.

Link copied to clipboard
val blue: UByte

Blue channel in 0..255.

Link copied to clipboard

Green channel in 0..255.

Link copied to clipboard
val red: UByte

Red channel in 0..255.