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

cpp inline QColor background_qcolor( int alpha )

function foreground_qcolor

cpp inline QColor foreground_qcolor()

function get_text_color

cpp inline QColor get_text_color()

function get_text_intensity

cpp inline double get_text_intensity()

function ColorScheme

cpp inline ColorScheme()

function ~ColorScheme

cpp inline ~ColorScheme()

Public Attributes Documentation

variable foreground

cpp rgb foreground;

variable background

cpp rgb background;

variable alt

cpp rgb alt;


Updated on 2026-03-31 at 16:02:10 +0000