enum

TermBuf::Image::Format

Inherits Enum < Comparable < Value < Object

What the bytes are, by the numbers the graphics protocol uses.

Constants

Rgb = 24

Three bytes per pixel.

Rgba = 32

Four bytes per pixel, the fourth being alpha.

Png = 100

A PNG file, header and all.

Instance methods

png?

Returns true if this enum value equals Png

Source
rgb?

Returns true if this enum value equals Rgb

Source
rgba?

Returns true if this enum value equals Rgba

Source