Class DDSReader.Order

  • Enclosing class:
    DDSReader

    private static final class DDSReader.Order
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Order​(int redShift, int greenShift, int blueShift, int alphaShift)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • redShift

        public int redShift
      • greenShift

        public int greenShift
      • blueShift

        public int blueShift
      • alphaShift

        public int alphaShift
    • Constructor Detail

      • Order

        Order​(int redShift,
              int greenShift,
              int blueShift,
              int alphaShift)