Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bmp
remove
BMP
BitFillOrigin
BitPerPixel
Bpp16BIRGBDecoder
Bpp1Decoder
Bpp24BIRGBDecoder
Bpp4Decoder
Bpp8Decoder
Color
ColorCoordinate
ColorsCoordinates
ColorSpace
ColorTableEncoding
Compression
CoreHeader
Decoder
HalftoningAlgorithm
Header
HeaderType
InfoHeader
InfoHeaderV2
InfoHeaderV3
InfoHeaderV4
InfoHeaderV5
Intent
LightOSXInfoHeader
OSXInfoHeader
ResolutionUnit
Generated using Crystal 1.10.1
2024-04-09 06:40:30 UTC
class
BMP::
ColorCoordinate
BMP::ColorCoordinate
Reference
Object
Defined in:
bmp.cr
parse.cr
write.cr
Constructors
.new
(io)
Instance Method Summary
#write
(io : IO)
#x
: UInt32
#x=
(x : UInt32)
#y
: UInt32
#y=
(y : UInt32)
#z
: UInt32
#z=
(z : UInt32)
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
]