Fix spelling of sRGB
This commit is contained in:
parent
24a0bd8cfb
commit
4163b2eabc
@ -337,10 +337,10 @@ impl Color {
|
|||||||
|
|
||||||
/// Create an RGB(A) color with linear luma.
|
/// Create an RGB(A) color with linear luma.
|
||||||
///
|
///
|
||||||
/// This color space is similar to Srgb<f32>, but with the distinction that
|
/// This color space is similar to sRGB, but with the distinction that the
|
||||||
/// the color component are not gamma corrected. This makes it easier to
|
/// color component are not gamma corrected. This makes it easier to perform
|
||||||
/// perform color operations such as blending and interpolation. Although,
|
/// color operations such as blending and interpolation. Although, you
|
||||||
/// you should prefer to use the [`oklab` function]($color.oklab) for these.
|
/// should prefer to use the [`oklab` function]($color.oklab) for these.
|
||||||
///
|
///
|
||||||
/// A linear RGB(A) color is represented internally by an array of four
|
/// A linear RGB(A) color is represented internally by an array of four
|
||||||
/// components:
|
/// components:
|
||||||
|
Loading…
Reference in New Issue
Block a user