Uses of Interface
dev.brachtendorf.graphics.FastPixel
-
Packages that use FastPixel Package Description dev.brachtendorf.graphics -
-
Uses of FastPixel in dev.brachtendorf.graphics
Classes in dev.brachtendorf.graphics that implement FastPixel Modifier and Type Class Description classFastPixelByteHigh performant access of RGB/YCrCb/HSV Data.classFastPixelImplclassFastPixelIntclassFastPixelSlowDefaultA fallback instance of fast pixel using a cached getRGB instance instead of the underlying buffer due to the fact that no other implementation currently is available.Methods in dev.brachtendorf.graphics that return FastPixel Modifier and Type Method Description static FastPixelFastPixel. create(BufferedImage bufferedImage)Return a fast pixel instance mapped to the buffered image type
-