public class ColorSelector extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ColorSelector.SelectorTopBar |
| Modifier and Type | Field and Description |
|---|---|
ColorControlBox |
colorBox |
JFrame |
frame |
| Constructor and Description |
|---|
ColorSelector(ColorControlBox colorBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
createFrame() |
void |
hide() |
void |
hueChanged() |
void |
refreshColor() |
void |
repaintSelector() |
void |
satBrightChanged() |
void |
setColor(Color c) |
void |
show(int x,
int y) |
public JFrame frame
public ColorControlBox colorBox
public ColorSelector(ColorControlBox colorBox)
public void createFrame()
public void show(int x,
int y)
public void hide()
public void refreshColor()
public void setColor(Color c)
public void satBrightChanged()
public void hueChanged()
public void repaintSelector()
Copyright © 2001–2017 Processing Foundation. All rights reserved.