From c1709e42800ef977d2e1fc4c31ae59e561ce0258 Mon Sep 17 00:00:00 2001 From: tomveich <67786658+tomveich@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:06:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e9c0d6..8a608df 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ HsvColorPicker( ) ``` +To initialize the color picker with a specific color, pass the color to the `initialColor` argument. Initial color is white by default. + > **Note**: If you use `HsvColorPicker`, you can not set the palette and content scale with the `setPaletteImageBitmap` and `setPaletteContentScale` functions. ### ColorEnvelope