public class ColorPickerPanelView
extends View
ColorPickerView
.Constructor and Description |
---|
ColorPickerPanelView(Context context) |
ColorPickerPanelView(Context context,
AttributeSet attrs) |
ColorPickerPanelView(Context context,
AttributeSet attrs,
int defStyle) |
Modifier and Type | Method and Description |
---|---|
int |
getBorderColor()
Get the color of the border surrounding the panel.
|
int |
getColor()
Get the color currently show by this view.
|
void |
setBorderColor(int color)
Set the color of the border surrounding the panel.
|
void |
setColor(int color)
Set the color that should be shown by this view.
|
public ColorPickerPanelView(Context context)
public ColorPickerPanelView(Context context, AttributeSet attrs)
public ColorPickerPanelView(Context context, AttributeSet attrs, int defStyle)
public void setColor(int color)
color
- public int getColor()
public void setBorderColor(int color)
color
- public int getBorderColor()