A color represented as separate red, green, and blue components.

Synopsis

Declared in <fmt/color.h>

struct rgb;

Member Functions

Name

Description

rgb [constructor]

Constructors

Data Members

Name

Description

b

The blue component.

g

The green component.

r

The red component.

Created with MrDocs