public interface RgbPixel
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() |
default RgbPixel |
withAlphaPortion(int aAlphaPortion) |
default RgbPixel |
withBluePortion(int aBluePortion) |
default RgbPixel |
withGreenPortion(int aGreenPortion) |
default RgbPixel |
withRedPortion(int aRedPortion) |
default RgbPixel |
withRgbValue(int aRgbValue) |
int getAlphaPortion()
int getRedPortion()
int getGreenPortion()
int getBluePortion()
int toRgbValue()
void setAlphaPortion(int aAlphaPortion)
void setRedPortion(int aRedPortion)
void setGreenPortion(int aGreenPortion)
void setBluePortion(int aBluePortion)
void setRgbValue(int aRgbValue)
default RgbPixel withAlphaPortion(int aAlphaPortion)
default RgbPixel withRedPortion(int aRedPortion)
default RgbPixel withGreenPortion(int aGreenPortion)
default RgbPixel withBluePortion(int aBluePortion)
default RgbPixel withRgbValue(int aRgbValue)
Copyright © 2017. All rights reserved.