Class RgbPixelImpl

java.lang.Object
org.refcodes.graphical.RgbColorImpl
org.refcodes.graphical.RgbPixelImpl
All Implemented Interfaces:
RgbColor, RgbPixel

public class RgbPixelImpl extends RgbColorImpl implements RgbPixel
The Class RgbPixelImpl.
Author:
steiner
  • Constructor Details

    • RgbPixelImpl

      public RgbPixelImpl()
    • RgbPixelImpl

      public RgbPixelImpl(Color aAwtColor)
    • RgbPixelImpl

      public RgbPixelImpl(int aAlphaPortion, int aRedPortion, int aGreenPortion, int aBluePortion)
    • RgbPixelImpl

      public RgbPixelImpl(int aRgbValue)