Handbook
Glossary
grid-has-alpha? ( grid -- ? )
Vocabulary
opengl
.
textures
.
private
Inputs
grid
an
object
Outputs
?
an
object
Definition
USING:
accessors
images
sequences
;
IN:
opengl.textures.private
:
grid-has-alpha?
( grid -- ? )
first
first
image>>
has-alpha?
;