newInstance
open fun newInstance(@Nullable listener: SeslColorPickerDialogFragment.OnColorSetListener): SeslColorPickerDialogFragment(source)
open fun newInstance(@Nullable listener: SeslColorPickerDialogFragment.OnColorSetListener, currentColor: Int): SeslColorPickerDialogFragment(source)
open fun newInstance(@Nullable onColorSetListener: SeslColorPickerDialogFragment.OnColorSetListener, recentlyUsedColors: Array<Int>): SeslColorPickerDialogFragment(source)
open fun newInstance(@Nullable onColorSetListener: SeslColorPickerDialogFragment.OnColorSetListener, currentColor: Int, recentlyUsedColors: Array<Int>): SeslColorPickerDialogFragment(source)