CrImage::Image
Inherits Reference < Object
Common base class for GrayscaleImage and RGBAImage. All Images are readable and saveable
to the filesystem or IO stream.
Instance methods
[](channel_type : ChannelType) : Array(UInt8)
Get the Array(UInt8) corresponding to channel_type)
[]=(channel_type : ChannelType, channel : Array(UInt8)) : Array(UInt8)
Set the Array(UInt8) corresponding to channel_type) to channel
Macros
subsclasses_include(mod)
Source