hex_color_core!() { /* proc-macro */ }
Expand description

Creates an iced_core::Color struct from a valid hex color code

This macro is the same as the hex_color! macro, except the iced_core crate is used instead of the iced crate. See the hex_color! macro for usage details.