Package 

Class ColorPickerPaletteIconKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.