Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
Signed-off-by: regorxxx <[email protected]>
  • Loading branch information
regorxxx committed Nov 8, 2023
1 parent 5cf26d3 commit ea3de7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ <h3 id="color-android">color.android</h3>
<pre><code class="lang-js">chroma(&#39;#000000&#39;).android();
chroma(&#39;#000000&#39;).android(&#39;rgb&#39;);
chroma(&#39;#000000&#39;).android(&#39;rgba&#39;);
chroma(&#39;#ff0000&#39;).android();
chroma(&#39;#ff00005e&#39;).android();
chroma(&#39;#ff00005e&#39;).android(&#39;rgb&#39;);
chroma(&#39;#ff00005e&#39;).android(&#39;rgba&#39;);
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ Returns the numeric [Android colors](https://developer.android.com/reference/and
chroma('#000000').android();
chroma('#000000').android('rgb');
chroma('#000000').android('rgba');
chroma('#ff0000').android();
chroma('#ff00005e').android();
chroma('#ff00005e').android('rgb');
chroma('#ff00005e').android('rgba');
Expand Down

0 comments on commit ea3de7f

Please sign in to comment.