From ea3de7f4ad8b0da07c3f94c385cdad69b7ed30fe Mon Sep 17 00:00:00 2001 From: regorxxx Date: Wed, 8 Nov 2023 01:41:59 +0100 Subject: [PATCH] Update docs. Signed-off-by: regorxxx --- docs/index.html | 1 + docs/src/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index c0f79775..3446588f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -382,6 +382,7 @@

color.android

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');
diff --git a/docs/src/index.md b/docs/src/index.md
index 790ab22f..28a50fcb 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -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');