- saveValue(int) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
-
- setAlpha(int) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
-
- setAlphaSliderText(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the text that should be shown in the
alpha slider.
- setAlphaSliderText(String) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the text that should be shown in the
alpha slider.
- setAlphaSliderVisible(boolean) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set if the user is allowed to adjust the alpha panel.
- setBorderColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
-
Set the color of the border surrounding the panel.
- setBorderColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the color of the border surrounding all panels.
- setColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
-
Set the color that should be shown by this view.
- setColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the color the view should show.
- setColor(int, boolean) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the color this view should show.
- setColorFilter(ColorFilter) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
-
- setOnColorChangedListener(ColorPickerView.OnColorChangedListener) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set a OnColorChangedListener to get notified when the color
selected by the user has changed.
- setOnShowDialogListener(ColorPreference.OnShowDialogListener) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
-
Since the color picker dialog is now a DialogFragment
this preference cannot take care of showing it without
access to the fragment manager.
- setSliderTrackerColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
-
Set the color of the tracker slider on the hue and alpha panel.