Features from optional dependencies
- bytemuck implicit feature
-
Enables bytemuck
Optional dependencies
bytemuck
enables you to castecolor
types to&[u8]
. - cint implicit feature
-
Enables cint
cint
enables interoperability with other color libraries. - color-hex implicit feature
-
Enables color-hex
Enable the
hex_color
macro. - document-features implicit feature
-
Enables document-features
Enable this when generating docs.
- serde implicit feature
-
Enables serde
Allow serialization using
serde
.