File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2550,6 +2550,23 @@ Profiled, Device-dependent Colors</h2>
2550
2550
<dl class=switch>
2551
2551
<dt> If the colorspace takes numeric parameters
2552
2552
<dd>
2553
+
2554
+ For custom colorspaces,
2555
+ specified component values
2556
+ less than 0 or 0%, or greater than 1 or 100%
2557
+ are not invalid;
2558
+ they are clamped to the valid range at computed value time.
2559
+ This is because ICC profiles typically do not accept
2560
+ out of range input values.
2561
+
2562
+ For predefined colorspaces,
2563
+ specified component values
2564
+ less than 0 or 0%, or greater than 1 or 100%
2565
+ are not invalid;
2566
+ these out of gamut colors
2567
+ are gamut mapped to the valid range at computed value time,
2568
+ with a relative colorimetric intent.
2569
+
2553
2570
If more <<number>> s or <<percentage>> s are provided than parameters that the colorspace takes,
2554
2571
the excess <<number>> s at the end are ignored.
2555
2572
The color is still a [=valid color=] .
You can’t perform that action at this time.
0 commit comments