class Iup::ImageRGB

Image made from RGB values.

Example

image_data_24 = [
  r1,g1,b1,r2,g2,b2, ... r20,g20,b20, # 3x20 triples of RGB values
  ... # 20 rows
]
Iup::ImageRGB.new(20, 20, image_data_24)