Docs.rs
azul-css-0.0.6
azul-css 0.0.6
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fschutt
Dependencies
azul-simplecss ^0.1.2
normal
optional
dirs-next ^2.0
normal
optional
highway ^1.3
normal
libm ^0.2.2
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
strum ^0.26
normal
strum_macros ^0.26
normal
Versions
13.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module color
azul_
css
0.0.6
Module color
Module Items
Structs
Enums
Functions
In azul_
css::
props::
basic
azul_css
::
props
::
basic
Module
color
Copy item path
Source
Expand description
CSS property types for color.
Structs
§
ColorF
f32-based color, range 0.0 to 1.0 (similar to webrenders ColorF)
ColorU
u8-based color, range 0 to 255 (similar to webrenders ColorU)
Enums
§
CssColor
Component
CssColor
Parse
Error
CssColor
Parse
Error
Owned
Option
ColorU
Functions
§
parse_
css_
color