Class ARGBChannelSamplerConverter.ARGBChannelConvertingAccess

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getValue​(int index)
      This is only intended to work with UnsignedByteType! We ignore index!!!
      void setValue​(int index, byte value)
      This is only intended to work with UnsignedByteType! We ignore index!!!
      • Methods inherited from class java.lang.Object

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

      • ARGBChannelConvertingAccess

        private ARGBChannelConvertingAccess​(Sampler<? extends ARGBType> sampler)
    • Method Detail

      • getValue

        public byte getValue​(int index)
        This is only intended to work with UnsignedByteType! We ignore index!!!
        Specified by:
        getValue in interface ByteAccess
      • setValue

        public void setValue​(int index,
                             byte value)
        This is only intended to work with UnsignedByteType! We ignore index!!!
        Specified by:
        setValue in interface ByteAccess