-
- All Implemented Interfaces:
public final class ColorPickerPaletteIconKt
-
-
Method Summary
Modifier and Type Method Description final static UnitColorPickerPaletteIcon(Modifier modifier, SketchbookController controller, ImageBitmap bitmap)Basic color palette icon to show up color picker dialog and apply selected colors to SketchbookController. -
-
Method Detail
-
ColorPickerPaletteIcon
@Composable() final static Unit ColorPickerPaletteIcon(Modifier modifier, SketchbookController controller, ImageBitmap bitmap)
Basic color palette icon to show up color picker dialog and apply selected colors to SketchbookController. ColorPickerPaletteItem also can be used to header and footer for the PaintColorPalette.
- Parameters:
modifier- Modifier to decorate the color palette item.controller- SketchbookController to be applied selected colors/bitmap- ImageBitmap to be used for this icon.
-
-
-
-