abstract class Pluto::Image
- Pluto::Image
- Reference
- Object
Direct Known Subclasses
Defined in:
pluto/image.crInstance Method Summary
- #[](channel_type : ChannelType) : Array(UInt8)
- #[]=(channel_type : ChannelType, channel : Array(UInt8)) : Array(UInt8)
- #alpha : Array(UInt8)
- #blue : Array(UInt8)
- #each_channel(& : Array(UInt8), ChannelType -> Nil) : Nil
- #green : Array(UInt8)
- #height : Int32
- #red : Array(UInt8)
- #size : Int32
- #width : Int32