Searched refs:blender_rgba (Results 1 – 1 of 1) sorted by relevance
129 template<class ColorT, class Order> struct blender_rgba struct2718 typedef blender_rgba<rgba8, order_rgba> blender_rgba32; //----blender_rgba322719 typedef blender_rgba<rgba8, order_argb> blender_argb32; //----blender_argb322720 typedef blender_rgba<rgba8, order_abgr> blender_abgr32; //----blender_abgr322721 typedef blender_rgba<rgba8, order_bgra> blender_bgra32; //----blender_bgra322733 typedef blender_rgba<rgba16, order_rgba> blender_rgba64; //----blender_rgba642734 typedef blender_rgba<rgba16, order_argb> blender_argb64; //----blender_argb642735 typedef blender_rgba<rgba16, order_abgr> blender_abgr64; //----blender_abgr642736 typedef blender_rgba<rgba16, order_bgra> blender_bgra64; //----blender_bgra64