Write documentation for color! macro

This commit is contained in:
Héctor Ramón Jiménez 2022-09-23 20:11:43 +02:00
parent b8401c61a1
commit be5964db83
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -134,6 +134,8 @@ impl From<[f32; 4]> for Color {
}
}
/// Creates a [`Color`] with shorter and cleaner syntax.
///
/// # Examples
///
/// ```