DocumentBadgeColor

data class DocumentBadgeColor(val red: Int, val green: Int, val blue: Int)

Data type for the color of a badge.

Constructors

Link copied to clipboard
constructor(red: Int, green: Int, blue: Int)

Properties

Link copied to clipboard
val blue: Int

the blue component, between 0 and 255.

Link copied to clipboard
val green: Int

the green component, between 0 and 255.

Link copied to clipboard
val red: Int

the red component, between 0 and 255.