boost::gil::devicen_t

Unnamed color space of 1, 2, 3, 4, or 5 channels

Synopsis

Declared in <boost/gil/device_n.hpp>

template<int N>
struct devicen_t;

Type Aliases

Name

type

Template Parameters

Name

Description

N

Number of color components (1, 2, 3, 4 or 5).

Created with MrDocs