Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit
  • Loading branch information
kainino0x committed Mar 19, 2024
commit c5f6709b691b1eb433dbb94165ec07a1faf88fed
4 changes: 2 additions & 2 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2156,8 +2156,8 @@ An [=out-of-gamut premultiplied RGBA value=] is one where any of the R/G/B chann
exceeds the alpha channel value.

<div class=example>
For example, the premultiplied sRGB RGBA value `[0.51, 0, 0, 0.5]`
represents the (unpremultiplied) color <code><a funcdef>color</a>(srgb 1.02 0 0 / 0.5)</code>.
For example, the premultiplied sRGB RGBA value `[0.52, 0, 0, 0.5]`
represents the (unpremultiplied) color <code><a funcdef>color</a>(srgb 1.04 0 0 / 0.5)</code>.
</div>

Just like any color value outside the sRGB color gamut, any value is a well-defined point in the
Expand Down