Handbook
Glossary
simple-bitmap>component-order ( loading-bitamp -- object )
Vocabulary
images
.
bitmap
Inputs
loading-bitamp
an
object
Outputs
object
an
object
Definition
USING:
accessors
combinators
images
;
IN:
images.bitmap
:
simple-bitmap>component-order
( loading-bitamp -- object )
header>>
bit-count>>
{
{
32
[
BGRX
]
}
{
24
[
BGR
]
}
{
16
[
BGR
]
}
{
8
[
BGR
]
}
{
4
[
BGR
]
}
{
1
[
BGR
]
}
[
unknown-component-order
]
}
case
;