Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] ImageData.getDepth() ?

Hi all,

silly question, but: is there any way to get the image depth out of an Image
or its ImageData ? Given the constructor

public ImageData(int width, int height, int depth, PaletteData palette)

I was expecting a getter for the depth - but there isn't any...or ?


cheers,
Diego



Back to the top