Packages

A Gleam library for styling string in the terminal with ANSI Escape Sequences

Current section

Files

Jump to
galant include galant_ColorRGB.hrl
Raw

include/galant_ColorRGB.hrl

-record(color_rgb, {
text :: binary(),
red :: integer(),
green :: integer(),
blue :: integer()
}).