| Constructor and Description |
|---|
RgbPixelImpl() |
RgbPixelImpl(int aRgbValue) |
RgbPixelImpl(int aAlphaPortion,
int aRedPortion,
int aGreenPortion,
int aBluePortion) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlphaPortion() |
int |
getBluePortion() |
int |
getGreenPortion() |
int |
getRedPortion() |
void |
setAlphaPortion(int aAlphaPortion) |
void |
setBluePortion(int aBluePortion) |
void |
setGreenPortion(int aGreenPortion) |
void |
setRedPortion(int aRedPortion) |
void |
setRgbValue(int aRgbValue) |
int |
toRgbValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithAlphaPortion, withBluePortion, withGreenPortion, withRedPortion, withRgbValuepublic RgbPixelImpl()
public RgbPixelImpl(int aAlphaPortion,
int aRedPortion,
int aGreenPortion,
int aBluePortion)
public RgbPixelImpl(int aRgbValue)
public int getAlphaPortion()
getAlphaPortion in interface RgbPixelpublic int getRedPortion()
getRedPortion in interface RgbPixelpublic int getGreenPortion()
getGreenPortion in interface RgbPixelpublic int getBluePortion()
getBluePortion in interface RgbPixelpublic int toRgbValue()
toRgbValue in interface RgbPixelpublic void setRgbValue(int aRgbValue)
setRgbValue in interface RgbPixelpublic void setAlphaPortion(int aAlphaPortion)
setAlphaPortion in interface RgbPixelpublic void setRedPortion(int aRedPortion)
setRedPortion in interface RgbPixelpublic void setGreenPortion(int aGreenPortion)
setGreenPortion in interface RgbPixelpublic void setBluePortion(int aBluePortion)
setBluePortion in interface RgbPixelCopyright © 2017. All rights reserved.