.. index:: pair: enum; PixelFormat .. _doxid-class_e_e_1_1_graphics_1_1_image_1a2fe4dbd4147763a3244c76979c231b62: enum EE::Graphics::Image::PixelFormat ===================================== Format Pixel formats to write into a texture image. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum PixelFormat { :target:`PIXEL_FORMAT_RED`, :target:`PIXEL_FORMAT_RG`, :target:`PIXEL_FORMAT_RGB`, :target:`PIXEL_FORMAT_BGR`, :target:`PIXEL_FORMAT_RGBA`, :target:`PIXEL_FORMAT_BGRA`, };