struct

Ansi::RGBColor

Inherits Struct < Value < Object

RGBColor is a 24-bit color that can be used in the terminal. This can be used to represent RGB colors.

Constructors

new(r : UInt8, g : UInt8, b : UInt8)
Source

Instance methods

rgba
Source