class BMP::ColorCoordinate

Defined in:

bmp.cr
parse.cr
write.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io) #

[View source]

Instance Method Detail

def write(io : IO) #

[View source]
def x : UInt32 #

[View source]
def x=(x : UInt32) #

[View source]
def y : UInt32 #

[View source]
def y=(y : UInt32) #

[View source]
def z : UInt32 #

[View source]
def z=(z : UInt32) #

[View source]