Represents a pixel with given type and number of channels.
More...
#include <Pixel.hpp>
|
template<typename... Args, typename = std::enable_if_t<sizeof...(Args) == NumChannels>> |
constexpr | Pixel (Args... args) noexcept |
|
constexpr | Pixel (const std::array< ElementType, NumChannels > &arr) noexcept |
|
constexpr ElementType & | operator[] (int i) noexcept |
|
constexpr const ElementType & | operator[] (int i) const noexcept |
|
const std::array< ElementType, NumChannels > & | data () const noexcept |
|
template<typename ElementType, int NumChannels>
class eos::core::Pixel< ElementType, NumChannels >
Represents a pixel with given type and number of channels.
The documentation for this class was generated from the following file: