struct CrImage::GrayscaleImage::Pixel

Defined in:

cr-image/grayscale_image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(gray : UInt8, alpha : UInt8) #

[View source]

Instance Method Detail

def alpha : UInt8 #

def clone #

[View source]
def copy_with(gray _gray = @gray, alpha _alpha = @alpha) #

[View source]
def gray : UInt8 #