RtfColor

data class RtfColor(val red: Int, val green: Int, val blue: Int)(source)

An RGB color usable by RtfSpanStyle. Colors are referenced by value; the writer collects every referenced color into the \colortbl (index 0 is reserved for the document default "auto" color) and assigns the \cfN indices.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blue: Int
Link copied to clipboard
val green: Int
Link copied to clipboard
val red: Int