boost::gil::bit_aligned_pixel_reference::bit_aligned_pixel_reference
Construct from packed_pixel
Synopsis
template<
typename BF,
typename CR>
bit_aligned_pixel_reference(packed_pixel<BF, CR, Layout>& p);
Parameters
Name |
Description |
p |
The object to copy construct from |
Created with MrDocs