Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
qoi
main
Qoi
Pixel
QOIChannel
QOIColorSpace
QOIHeader
QOIError
Generated using Crystal 1.14.0
2024-11-26 09:49:31 UTC
struct
Qoi::
Pixel
Qoi::Pixel
Struct
Value
Object
Defined in:
qoi.cr
Constructors
.new
(r : UInt8, g : UInt8, b : UInt8, a : UInt8)
Instance Method Summary
#a
: UInt8
#a=
(a : UInt8)
#b
: UInt8
#b=
(b : UInt8)
#g
: UInt8
#g=
(g : UInt8)
#r
: UInt8
#r=
(r : UInt8)
Constructor Detail
def self.
new
(r : UInt8, g : UInt8, b : UInt8, a : UInt8)
#
[
View source
]
Instance Method Detail
def
a
: UInt8
#
[
View source
]
def
a=
(a : UInt8)
#
[
View source
]
def
b
: UInt8
#
[
View source
]
def
b=
(b : UInt8)
#
[
View source
]
def
g
: UInt8
#
[
View source
]
def
g=
(g : UInt8)
#
[
View source
]
def
r
: UInt8
#
[
View source
]
def
r=
(r : UInt8)
#
[
View source
]