Source code for picogl.core.color
"""
Module to handle operations related to 3D texture upload.
This module provides functionality to upload 3D textures using
OpenGL, with proper texture parameters and normalization of the
input data.
"""
from OpenGL.raw.GL.VERSION.GL_1_0 import GL_RED, GL_RGB, GL_RGBA