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

#include <value.h>

Data Fields

lxb_css_value_type_t type
 
union { 
 
   lxb_css_value_color_hex_t   hex 
 
   lxb_css_value_color_rgba_t   rgb 
 
   lxb_css_value_color_hsla_t   hsl 
 
   lxb_css_value_color_hsla_t   hwb 
 
   lxb_css_value_color_lab_t   lab 
 
   lxb_css_value_color_lch_t   lch 
 
u 
 

Detailed Description

Definition at line 197 of file value.h.

Field Documentation

◆ hex

lxb_css_value_color_hex_t lxb_css_value_color_t::hex

Definition at line 201 of file value.h.

◆ hsl

lxb_css_value_color_hsla_t lxb_css_value_color_t::hsl

Definition at line 203 of file value.h.

◆ hwb

lxb_css_value_color_hsla_t lxb_css_value_color_t::hwb

Definition at line 204 of file value.h.

◆ lab

lxb_css_value_color_lab_t lxb_css_value_color_t::lab

Definition at line 205 of file value.h.

◆ lch

lxb_css_value_color_lch_t lxb_css_value_color_t::lch

Definition at line 206 of file value.h.

◆ rgb

lxb_css_value_color_rgba_t lxb_css_value_color_t::rgb

Definition at line 202 of file value.h.

◆ type

lxb_css_value_type_t lxb_css_value_color_t::type

Definition at line 198 of file value.h.

◆ [union]

union { ... } lxb_css_value_color_t::u

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