File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,9 @@ extends [=modern color syntax=]
810
810
to allow existing colors to be modified
811
811
using the color functions:
812
812
if an <dfn>origin color</dfn> is specified,
813
- then each color channel can <em> either</em> be directly specified,
813
+ then each color channel
814
+ (and the alpha channel, if specified)
815
+ can <em> either</em> be directly specified,
814
816
or taken from the origin color
815
817
(and possibly modified with [=math functions=] ).
816
818
@@ -825,6 +827,7 @@ The precise details of each function's changes to accomodate [=relative colors=]
825
827
but they all follow a common structure:
826
828
827
829
* An [=origin color=] can be specified with a ''from <<color>>'' value at the start of the function.
830
+ This includes the optional alpha channel, if specified.
828
831
* The origin color and the relative color need not use the same color function.
829
832
* If an [=origin color=] is specified,
830
833
the remaining arguments can either be specified directly, as normal,
You can’t perform that action at this time.
0 commit comments