Package | Description |
---|---|
Contains all graphic components related to the Icy LUT (Look Up Table)
|
|
Contains the Icy Colormap structure definition and all default Icy colormap
|
Modifier and Type | Field and Description |
---|---|
(package private) |
|
Modifier and Type | Method and Description |
---|---|
(package private) |
( comp,
pos)
Set a control point to specified index and value
|
Modifier and Type | Method and Description |
---|---|
double |
( cp,
p)
Return distance between control point and the specified point
|
int |
( cp)
Get X pixel position
|
int |
( cp)
Get Y pixel position
|
boolean |
( cp,
p)
Return true if pixel (x, y) is over the control point
|
void |
( cmc,
cp)
set current controller or control point
|
void |
( cp,
int x,
int y)
Set position from a pixel position
|
Modifier and Type | Field and Description |
---|---|
protected <> |
list of control point
|
Modifier and Type | Method and Description |
---|---|
|
(int index)
get the control point
|
|
(int index,
boolean create)
get the control point at specified index (return null if not found)
|
|
(int index,
float value)
Set a control point to specified index and value (normalized)
|
|
(int index,
int value)
Set a control point to specified index and value
|
Modifier and Type | Method and Description |
---|---|
<> |
() |
Modifier and Type | Method and Description |
---|---|
int |
( o) |
void |
( controlPoint)
Called when a control point has been added
|
void |
( controlPoint)
Called when a control point has been modified
|
void |
( controlPoint)
Called when a control point has been removed
|
void |
( controlPoint)
Remove the specified control point
|