com.github.nayuki.bmpio
Interface Rgb888Image

All Known Implementing Classes:
BufferedPalettedRgb888Image, BufferedRgb888Image

public interface Rgb888Image


Method Summary
 int getHeight()
           
 int getRgb888Pixel(int x, int y)
           
 int getWidth()
           
 

Method Detail

getWidth

int getWidth()

getHeight

int getHeight()

getRgb888Pixel

int getRgb888Pixel(int x,
                   int y)


Copyright © 2012. All Rights Reserved.