Projects ColorPickerDialog Docs ImageColorPickerDialog

withImagePath

Type: public ImageColorPickerDialog

Specify an image path to load the picker dialog's image from.

Parameter Name Description
path The string path of the image to load.

Returned Value: "This" dialog instance, for method chaining.

withImageUri

Type: public ImageColorPickerDialog

Specify an image uri to load the picker dialog's image from.

Parameter Name Description
imageUri The string uri of the image to load.

Returned Value: "This" dialog instance, for method chaining.

withBitmap

Type: public ImageColorPickerDialog

Specify an image bitmap to use as the picker dialog's image.

Parameter Name Description
bitmap The bitmap image to use.

Returned Value: "This" dialog instance, for method chaining.