|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.media.ilbm.DRNGColorCycle.Cell
ch.randelshofer.media.ilbm.DRNGColorCycle.DIndexCell
public static class DRNGColorCycle.DIndexCell
Color register cell.
| Field Summary |
|---|
| Fields inherited from class ch.randelshofer.media.ilbm.DRNGColorCycle.Cell |
|---|
cell, value |
| Constructor Summary | |
|---|---|
DRNGColorCycle.DIndexCell(int cell,
int index)
|
|
| Method Summary | |
|---|---|
void |
readValue(int[] rgbs,
boolean isHalfbright)
Sets the initial value of the cell from the rgb palette. |
void |
writeValue(int[] rgbs,
boolean isHalfbright)
Writes the final value of the cell into the color palette. |
| Methods inherited from class ch.randelshofer.media.ilbm.DRNGColorCycle.Cell |
|---|
compareTo, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DRNGColorCycle.DIndexCell(int cell,
int index)
| Method Detail |
|---|
public void readValue(int[] rgbs,
boolean isHalfbright)
readValue in class DRNGColorCycle.Cellrgbs - the palette.isHalfbright - whether the halfbright value shall be taken.
public void writeValue(int[] rgbs,
boolean isHalfbright)
writeValue in class DRNGColorCycle.Cell
|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||