A paletted pixel object.
More...
#include <png.hpp>
|
using | Base = _Base |
| The base type used by this sample.
|
|
static const std::size_t | Bits = _Bits |
| The size, in bits, of this sample.
|
|
static const std::size_t | Max = (1 << Bits) - 1 |
| The maximum value that can be used with this sample.
|
|
template<std::size_t _Bits = sizeof(std::uint8_t)*8>
class facade::png::PalettePixel< _Bits >
A paletted pixel object.
- Template Parameters
-
_Bits | The size, in bits, of the underlying value sample. Can be 1, 2, 4 or 8. |
- See also
- facade::png::PalettePixel1Bit
-
facade::png::PalettePixel2Bit
-
facade::png::PalettePixel4Bit
-
facade::png::PalettePixel8Bit
◆ PalettePixel() [1/3]
template<std::size_t _Bits = sizeof(std::uint8_t)*8>
◆ PalettePixel() [2/3]
template<std::size_t _Bits = sizeof(std::uint8_t)*8>
◆ PalettePixel() [3/3]
template<std::size_t _Bits = sizeof(std::uint8_t)*8>
The documentation for this class was generated from the following file: