eos 1.4.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
eos::core::Pixel< ElementType, NumChannels > Class Template Reference

Represents a pixel with given type and number of channels. More...

#include <Pixel.hpp>

Public Member Functions

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
 

Detailed Description

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: