Skip to content

ColorScheme

Public Classes

Name
struct rgb

Public Functions

Name
QColor background_qcolor(int alpha)
QColor foreground_qcolor()
QColor get_text_color()
double get_text_intensity()
ColorScheme()
~ColorScheme()

Public Attributes

Name
rgb foreground
rgb background
rgb alt

Public Functions Documentation

function background_qcolor

inline QColor background_qcolor(
    int alpha
)

function foreground_qcolor

inline QColor foreground_qcolor()

function get_text_color

inline QColor get_text_color()

function get_text_intensity

inline double get_text_intensity()

function ColorScheme

inline ColorScheme()

function ~ColorScheme

inline ~ColorScheme()

Public Attributes Documentation

variable foreground

rgb foreground;

variable background

rgb background;

variable alt

rgb alt;

Updated on 2022-07-23 at 17:50:04 -0600