Searched refs:unsigned_pixel_type (Results 1 – 1 of 1) sorted by relevance
76 typedef typename make_unsigned<pixel_type>::type unsigned_pixel_type; typedef116 const typename base_type::unsigned_pixel_type red (v & RedMask); in operator ()()117 const typename base_type::unsigned_pixel_type green(v & GreenMask); in operator ()()118 const typename base_type::unsigned_pixel_type blue (v & BlueMask); in operator ()()176 const typename base_type::unsigned_pixel_type red (c.getRed()); in operator ()()177 const typename base_type::unsigned_pixel_type green(c.getGreen()); in operator ()()178 const typename base_type::unsigned_pixel_type blue (c.getBlue()); in operator ()()180 typename base_type::unsigned_pixel_type res( in operator ()()