We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bf713 commit c1d5721Copy full SHA for c1d5721
color/src/missing.rs
@@ -25,9 +25,9 @@ pub struct Flags {
25
missing: u8,
26
27
/// The named source a [`crate::DynamicColor`] was constructed from. Meanings:
28
- /// - 0 - not constructed from a named source
29
- /// - 255 - constructed from a named color space function
30
- /// - otherwise the 1-based index into [`crate::x11_colors::NAMES`].
+ /// - 0 - not constructed from a named source;
+ /// - 255 - constructed from a named color space function;
+ /// - otherwise - the 1-based index into [`crate::x11_colors::NAMES`].
31
name: u8,
32
}
33
0 commit comments