Module: AAlib::Dither

Defined in:
lib/aalib.rb

Overview

Dithering modes for AAlib#render.

Constant Summary collapse

NONE =
0
ERRORDISTRIB =
1
FLOYD_S =
2
DITHERTYPES =

Number of supported types

3