public class TransparentColourRenderer extends java.lang.Object implements NibbleLayerRenderer, BitLayerRenderer
| Constructor and Description | 
|---|
| TransparentColourRenderer(int colour) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPixelColour(int x,
              int y,
              int underlyingColour,
              boolean value) | 
| int | getPixelColour(int x,
              int y,
              int underlyingColour,
              int value) | 
public int getPixelColour(int x,
                          int y,
                          int underlyingColour,
                          int value)
getPixelColour in interface NibbleLayerRendererpublic int getPixelColour(int x,
                          int y,
                          int underlyingColour,
                          boolean value)
getPixelColour in interface BitLayerRenderer