FTXUI  5.0.0
C++ functional terminal UI.
ftxui::literals Namespace Reference

Functions

Color operator""_rgb (unsigned long long int combined)
 Creates a color from a combined hex RGB representation, e.g. 0x808000_rgb. More...
 

Function Documentation

◆ operator""_rgb()

Color operator""_rgb ( unsigned long long int  combined)

Creates a color from a combined hex RGB representation, e.g. 0x808000_rgb.

Definition at line 245 of file color.cpp.