cadenza / org.intelligence.pretty / Format / Delta

Delta

class Delta

Constructors

<init>

Delta(fg: Color? = null, bg: Color? = null, italic: Boolean? = null, bold: Boolean? = null)

Properties

bg

val bg: Color?

bold

val bold: Boolean?

fg

val fg: Color?

italic

val italic: Boolean?

Functions

plus

operator fun plus(other: Delta): Delta