ANSISGRColorSpec.rgb constructor
Implementation
factory ANSISGRColorSpec.rgb(int r, int g, int b) => ANSISGRColorSpec._(
foregroundAnsiCommand: ANSISGRCommand.foregroundColorRGB(r, g, b),
backgroundAnsiCommand: ANSISGRCommand.backgroundColorRGB(r, g, b),
);