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');