php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_css_value_color_hex_rgba_t Struct Reference

#include <value.h>

Data Fields

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Detailed Description

Definition at line 132 of file value.h.

Field Documentation

◆ a

uint8_t lxb_css_value_color_hex_rgba_t::a

Definition at line 136 of file value.h.

◆ b

uint8_t lxb_css_value_color_hex_rgba_t::b

Definition at line 135 of file value.h.

◆ g

uint8_t lxb_css_value_color_hex_rgba_t::g

Definition at line 134 of file value.h.

◆ r

uint8_t lxb_css_value_color_hex_rgba_t::r

Definition at line 133 of file value.h.


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