CellAttributes

constructor(foreground: CellColor = CellColor.DEFAULT, background: CellColor = CellColor.DEFAULT, underlineColor: CellColor = CellColor.DEFAULT, bold: Boolean = false, faint: Boolean = false, italic: Boolean = false, underlineStyle: UnderlineStyle = UnderlineStyle.NONE, strikethrough: Boolean = false, overline: Boolean = false, blink: Boolean = false, inverse: Boolean = false, conceal: Boolean = false, selectiveEraseProtected: Boolean = false, hyperlinkId: Int = 0)