Class PixelFormat

    • Constructor Detail

      • PixelFormat

        public PixelFormat​(int bitsPerPixel,
                           int depth,
                           boolean bigEndian,
                           boolean trueColor,
                           int redMax,
                           int greenMax,
                           int blueMax,
                           int redShift,
                           int greenShift,
                           int blueShift)
    • Method Detail

      • getBitsPerPixel

        public int getBitsPerPixel()
      • getBytesPerPixel

        public int getBytesPerPixel()
      • getDepth

        public int getDepth()
      • isBigEndian

        public boolean isBigEndian()
      • isTrueColor

        public boolean isTrueColor()
      • getRedMax

        public int getRedMax()
      • getGreenMax

        public int getGreenMax()
      • getBlueMax

        public int getBlueMax()
      • getRedShift

        public int getRedShift()
      • getGreenShift

        public int getGreenShift()
      • getBlueShift

        public int getBlueShift()