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