7#ifndef _KO_RGB_COLORSPACE_TRAITS_H_
8#define _KO_RGB_COLORSPACE_TRAITS_H_
14template<
typename _channels_type_>
static const channels_type * nativeArray(const quint8 *a)
_channels_type_ channels_type
static channels_type red(quint8 *data)
KoColorSpaceTrait< _channels_type_, 4, 3 > parent
static const qint32 red_pos
static void setRed(quint8 *data, channels_type nv)
Set the red component.
static const qint32 green_pos
static channels_type green(quint8 *data)
static channels_type blue(quint8 *data)
static void setBlue(quint8 *data, channels_type nv)
Set the blue component.
static void setGreen(quint8 *data, channels_type nv)
Set the green component.
static const qint32 blue_pos