Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.texture.TextureBitmap
-
Uses of TextureBitmap in eu.svjatoslav.sixth.e3d.renderer.raster.texture
Modifier and TypeMethodDescriptionTexture.downscaleBitmap
(TextureBitmap originalBitmap) Downscale given bitmap by factor of 2.Texture.getDownscaledBitmap
(int scaleFactor) Texture.getUpscaledBitmap
(int scaleFactor) Returns the bitmap that should be used for rendering at the given zoomTexture.getZoomedBitmap
(double zoomLevel) Returns the bitmap that should be used for rendering at the given zoomTexture.upscaleBitmap
(TextureBitmap originalBitmap) Upscales the given bitmap by a factor of 2Modifier and TypeMethodDescriptionvoid
Texture.ColorAccumulator.accumulate
(TextureBitmap bitmap, int x, int y) Accumulates the color values of the given pixelTexture.downscaleBitmap
(TextureBitmap originalBitmap) Downscale given bitmap by factor of 2.void
Texture.ColorAccumulator.storeResult
(TextureBitmap bitmap, int x, int y) Stores the accumulated color values in the given bitmapTexture.upscaleBitmap
(TextureBitmap originalBitmap) Upscales the given bitmap by a factor of 2