This crate contains a few utility macros for generating Iced color structs from standard hex color codes.
- hex_color!: Generates code for an iced::Color struct
- hex_color_core!: Generates code for an iced_core::Color struct
See the hex_color! macro for usage details; aside from the Iced crate used, both macros are identical.
This crate is compatible with Iced version 0.10.