7#ifndef _KO_XYZ_COLORSPACE_TRAITS_H_
8#define _KO_XYZ_COLORSPACE_TRAITS_H_
16template<
typename _channels_type_>
static const channels_type * nativeArray(const quint8 *a)
KoColorSpaceTrait< _channels_type_, 4, 3 > parent
static void setX(quint8 *data, channels_type nv)
Set the x component.
_channels_type_ channels_type
static void setY(quint8 *data, channels_type nv)
Set the y component.
static channels_type y(quint8 *data)
static const qint32 x_pos
static void setZ(quint8 *data, channels_type nv)
Set the z component.
static channels_type z(quint8 *data)
static const qint32 z_pos
static const qint32 y_pos
static channels_type x(quint8 *data)