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

#include <value.h>

Data Fields

lxb_css_value_hue_t h
 
lxb_css_value_percentage_type_t s
 
lxb_css_value_percentage_type_t l
 
lxb_css_value_number_percentage_t a
 
bool old
 

Detailed Description

Definition at line 171 of file value.h.

Field Documentation

◆ a

lxb_css_value_number_percentage_t lxb_css_value_color_hsla_t::a

Definition at line 175 of file value.h.

◆ h

lxb_css_value_hue_t lxb_css_value_color_hsla_t::h

Definition at line 172 of file value.h.

◆ l

lxb_css_value_percentage_type_t lxb_css_value_color_hsla_t::l

Definition at line 174 of file value.h.

◆ old

bool lxb_css_value_color_hsla_t::old

Definition at line 177 of file value.h.

◆ s

lxb_css_value_percentage_type_t lxb_css_value_color_hsla_t::s

Definition at line 173 of file value.h.


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