rofi 1.7.5
CSSColor Struct Reference

#include <css-colors.h>

Collaboration diagram for CSSColor:
Collaboration graph

Data Fields

char * name
 
uint8_t b
 
uint8_t g
 
uint8_t r
 
uint8_t a
 

Detailed Description

Structure of colors.

Definition at line 17 of file css-colors.h.

Field Documentation

◆ a

uint8_t CSSColor::a

Definition at line 21 of file css-colors.h.

◆ b

uint8_t CSSColor::b

BGRA 8 bit color components.

Definition at line 21 of file css-colors.h.

◆ g

uint8_t CSSColor::g

Definition at line 21 of file css-colors.h.

◆ name

char* CSSColor::name

CSS name of the color.

Definition at line 19 of file css-colors.h.

◆ r

uint8_t CSSColor::r

Definition at line 21 of file css-colors.h.


The documentation for this struct was generated from the following file: