You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constructs an instance of the <a idl>RGBColor</a> class,
2493
-
initializing the <a idl for=RGBColor>r</a>, <a idl for=RGBColor>g</a>, <a idl for=RGBColor>b</a>, and <a idl for=RGBColor>a</a> attributes of the instance to the passed arguments of the same name.
Constructs an instance of the <a idl>RGBColor</a> class,
2502
-
initializing the <a idl for=RGBColor>r</a>, <a idl for=RGBColor>g</a>, <a idl for=RGBColor>b</a>, and <a idl for=RGBColor>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
2539
+
<dd link-for="RGBColor">
2540
+
Constructs an instance of the <a idl for>RGBColor</a> class,
2541
+
initializing the <a idl>r</a>, <a idl>g</a>, <a idl>b</a>, and <a idl>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
Constructs an instance of the <a idl>HSLColor</a> class,
2644
-
initializing the <a idl for=HSLColor>h</a>, <a idl for=HSLColor>s</a>, <a idl for=HSLColor>l</a>, and <a idl for=HSLColor>a</a> attributes of the instance to the passed arguments of the same name.
Constructs an instance of the <a idl>HSLColor</a> class,
2649
-
initializing the <a idl for=HSLColor>h</a>, <a idl for=HSLColor>s</a>, <a idl for=HSLColor>l</a>, and <a idl for=HSLColor>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
2678
+
<dd link-for="HSLColor">
2679
+
Constructs an instance of the <a idl for>HSLColor</a> class,
2680
+
initializing the <a idl>h</a>, <a idl>s</a>, <a idl>l</a>, and <a idl>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
Constructs an instance of the <a idl>HexColor</a> class,
2738
-
initializing the <a idl for=HexColor>r</a>, <a idl for=HexColor>g</a>, <a idl for=HexColor>b</a>, and <a idl for=HexColor>a</a> attributes of the instance to the passed arguments of the same name.
Constructs an instance of the <a idl>HexColor</a> class,
2743
-
initializing the <a idl for=HexColor>r</a>, <a idl for=HexColor>g</a>, <a idl for=HexColor>b</a>, and <a idl for=HexColor>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
2772
+
<dd link-for="HexColor">
2773
+
Constructs an instance of the <a idl for>HexColor</a> class,
2774
+
initializing the <a idl>r</a>, <a idl>g</a>, <a idl>b</a>, and <a idl>a</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
<dt><dfn constructor title="CMYKColor(c, m, y, k, a, fallback) | CMYKColor(c, m, y, k, a) | CMYKColor(c, m, y, k)">CMYKColor</dfn>(double c, double m, double y, double k, optional double a=1, optional RGBColor? fallback=null)
2850
+
<dd link-for="CMYKColor">
2851
+
Constructs an instance of the <a idl for>CMYKColor</a> class,
2852
+
initializing the <a idl>c</a>, <a idl>m</a>, <a idl>y</a>, <a idl>k</a>, <a idl>a</a>, and <a idl>fallback</a> attributes of the instance to the passed arguments of the same name.
Constructs an instance of the <a idl for>CMYKColor</a> class,
2857
+
initializing the <a idl>c</a>, <a idl>m</a>, <a idl>y</a>, <a idl>k</a>, <a idl>a</a>, and <a idl>fallback</a> attributes of the instance to the passed dictionary attributes of the same name (or their defaulted values).
0 commit comments