4 #include "internal/LABPixel.h"
7 template <
typename NumberT>
13 constexpr
LABAPixel(NumberT l = 0, NumberT a = 0, NumberT b = 0, NumberT alpha = 255)
18 [[nodiscard]]
inline bool operator==(
const LABAPixel &other)
const {
21 [[nodiscard]]
inline bool operator!=(
const LABAPixel &other)
const {
22 return !(*
this == other);
26 inline void setGray(NumberT gray, NumberT alpha = 255) {
31 } __attribute__((packed));