enum BMP::BitPerPixel

Defined in:

bmp.cr

Enum Members

MONOCHROME = 1
DEPTH_4 = 4
DEPTH_8 = 8
DEPTH_16 = 16
DEPTH_24 = 24
DEPTH_32 = 32

Instance Method Summary

Instance Method Detail

def depth_16? #

[View source]
def depth_24? #

[View source]
def depth_32? #

[View source]
def depth_4? #

[View source]
def depth_8? #

[View source]
def monochrome? #

[View source]