Class UInt32ColorModel

    • Field Summary

      • Fields inherited from class java.awt.image.ColorModel

        pixel_bits, transferType
      • Fields inherited from interface java.awt.Transparency

        BITMASK, OPAQUE, TRANSLUCENT
    • Constructor Summary

      Constructors 
      Constructor Description
      UInt32ColorModel​(java.awt.color.ColorSpace cs, boolean hasAlpha, boolean isAlphaPremultiplied)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] getNormalizedComponents​(java.lang.Object pixel, float[] normComponents, int normOffset)  
      • Methods inherited from class java.awt.image.ComponentColorModel

        coerceData, createCompatibleSampleModel, createCompatibleWritableRaster, equals, getAlpha, getAlpha, getAlphaRaster, getBlue, getBlue, getComponents, getComponents, getDataElement, getDataElement, getDataElements, getDataElements, getDataElements, getGreen, getGreen, getNormalizedComponents, getRed, getRed, getRGB, getRGB, getUnnormalizedComponents, hashCode, isCompatibleRaster, isCompatibleSampleModel
      • Methods inherited from class java.awt.image.ColorModel

        finalize, getColorSpace, getComponentSize, getComponentSize, getNumColorComponents, getNumComponents, getPixelSize, getRGBdefault, getTransferType, getTransparency, hasAlpha, isAlphaPremultiplied, toString
      • Methods inherited from class java.lang.Object

        clone, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UInt32ColorModel

        public UInt32ColorModel​(java.awt.color.ColorSpace cs,
                                boolean hasAlpha,
                                boolean isAlphaPremultiplied)
    • Method Detail

      • getNormalizedComponents

        public float[] getNormalizedComponents​(java.lang.Object pixel,
                                               float[] normComponents,
                                               int normOffset)
        Overrides:
        getNormalizedComponents in class java.awt.image.ComponentColorModel