abstract class Pluto::Image

Direct Known Subclasses

Defined in:

pluto/image.cr

Instance Method Summary

Instance Method Detail

abstract def [](channel_type : ChannelType) : Array(UInt8) #

[View source]
abstract def []=(channel_type : ChannelType, channel : Array(UInt8)) : Array(UInt8) #

[View source]
abstract def alpha : Array(UInt8) #

[View source]
abstract def blue : Array(UInt8) #

[View source]
abstract def each_channel(& : Array(UInt8), ChannelType -> Nil) : Nil #

[View source]
abstract def green : Array(UInt8) #

[View source]
abstract def height : Int32 #

[View source]
abstract def red : Array(UInt8) #

[View source]
def size : Int32 #

[View source]
abstract def width : Int32 #

[View source]