Module: RFreeImage::Color

Defined in:
lib/rfreeimage/image.rb

Constant Summary collapse

BLUE =
0xff0000ff
GREEN =
0xff00ff00
RED =
0xffff0000
YELLOW =
0xffffff00
CYAN =
0xff00ffff
WHITE =
0xffffffff
BLACK =
0xff000000
GRAY =
0xffa9a9a9