ubyte-components


Vocabulary
images

Definition
IN: images

SINGLETON: ubyte-components


Methods
USING: images kernel opengl.gl opengl.textures ;

M: ubyte-components (component-type>type)
drop alpha-channel-precedes-colors?
[ GL_UNSIGNED_INT_8_8_8_8_REV ] [ GL_UNSIGNED_BYTE ] if ;


USING: images images.normalization.private kernel ;

M: ubyte-components normalize-component-type* drop ;