Fix CMYK docs (#3128)

This commit is contained in:
Kevin K 2024-01-03 21:53:17 +01:00 committed by GitHub
parent 34e3bd52aa
commit 2d1c1747f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,7 +510,7 @@ impl Color {
/// to RGB for display preview might differ from how your printer reproduces /// to RGB for display preview might differ from how your printer reproduces
/// the color. /// the color.
/// ///
/// An HSL color is represented internally by an array of four components: /// A CMYK color is represented internally by an array of four components:
/// - cyan ([`ratio`]($ratio)) /// - cyan ([`ratio`]($ratio))
/// - magenta ([`ratio`]($ratio)) /// - magenta ([`ratio`]($ratio))
/// - yellow ([`ratio`]($ratio)) /// - yellow ([`ratio`]($ratio))