rgba16
typedef rgba16 self_type;
rgba16() {}
rgba16(unsigned r_, unsigned g_, unsigned b_, unsigned a_=base_mask) :
rgba16(const self_type& c, unsigned a_) :
rgba16(const rgba& c) :
rgba16(const rgba& c, double a_) :
rgba16(const rgba8& c) :
rgba16(const rgba8& c, unsigned a_) :
inline rgba16 rgba16_pre(unsigned r, unsigned g, unsigned b,
unsigned a = rgba16::base_mask)
return rgba16(r,g,b,a).premultiply();
inline rgba16 rgba16_pre(const rgba16& c, unsigned a)
return rgba16(c,a).premultiply();
inline rgba16 rgba16_pre(const rgba& c)
return rgba16(c).premultiply();
inline rgba16 rgba16_pre(const rgba& c, double a)
return rgba16(c,a).premultiply();
inline rgba16 rgba16_pre(const rgba8& c)
return rgba16(c).premultiply();
inline rgba16 rgba16_pre(const rgba8& c, unsigned a)
return rgba16(c,a).premultiply();
typedef pattern_filter_bilinear_rgba<rgba16> pattern_filter_bilinear_rgba16;
typedef pattern_filter_nn<rgba16> pattern_filter_nn_rgba16;
public pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba16, order_rgb, Gamma>, rendering_buffer>
pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba16, order_rgb, Gamma>, rendering_buffer>(rb)
public pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba16, order_bgr, Gamma>, rendering_buffer>
pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba16, order_bgr, Gamma>, rendering_buffer>(rb)
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;
typedef rgba16 color_type;