java.lang.Object
org.monte.media.ilbm.DRNGColorCycle.Cell
org.monte.media.ilbm.DRNGColorCycle.DColorCell
- All Implemented Interfaces:
Comparable<DRNGColorCycle.Cell>
- Enclosing class:
DRNGColorCycle
True color cell.
-
Field Summary
Fields inherited from class org.monte.media.ilbm.DRNGColorCycle.Cell
cell, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadValue(int[] rgbs, boolean isHalfbright) Sets the initial value of the cell from its rgb instance variable.voidwriteValue(int[] rgbs, boolean isHalfbright) Does nothing.Methods inherited from class org.monte.media.ilbm.DRNGColorCycle.Cell
compareTo, equals, hashCode
-
Constructor Details
-
DColorCell
public DColorCell(int cell, int rgb)
-
-
Method Details
-
readValue
public void readValue(int[] rgbs, boolean isHalfbright) Sets the initial value of the cell from its rgb instance variable.- Specified by:
readValuein classDRNGColorCycle.Cell- Parameters:
rgbs- the palette.isHalfbright- whether the halfbright value shall be taken.
-
writeValue
public void writeValue(int[] rgbs, boolean isHalfbright) Does nothing.- Specified by:
writeValuein classDRNGColorCycle.Cell
-