NAP
RGBAColor< T > Member List

This is the complete list of members for RGBAColor< T >, including all inherited members.

BaseColor(int channels, int size)BaseColor
Color()Color< T, 4 >
Color(const std::array< T, CHANNELS > &colors)Color< T, 4 >
Color(const nap::BaseColor &source)Color< T, 4 >
convert(BaseColor &target) constBaseColor
convert() constBaseColor
convertColor(const BaseColor &source, BaseColor &target)BaseColorstatic
convertColor(const BaseColor &source, BaseColor &target, const Converter &converter)BaseColorstatic
Converter typedefBaseColor
getAlpha() constRGBAColor< T >
getBlue() constRGBAColor< T >
getConverter(const BaseColor &target) constBaseColor
getConverter(const BaseColor &source, const BaseColor &target)BaseColorstatic
getData()Color< T, 4 >
getData() constColor< T, 4 >
getDistance(const Color< T, CHANNELS > &other) constColor< T, 4 >
getGreen() constRGBAColor< T >
getNumberOfChannels() constBaseColor
getRed() constRGBAColor< T >
getValue(EColorChannel channel) constColor< T, 4 >
getValue(EColorChannel channel)Color< T, 4 >
getValues() constColor< T, 4 >
getValueType() const overrideColor< T, 4 >
nap::BaseColor::getValueType() const =0BaseColorpure virtual
isPointer() const overrideColor< T, 4 >
nap::BaseColor::isPointer() const =0BaseColorpure virtual
mValuesColor< T, 4 >
operator glm::vec4()RGBAColor< T >
operator!=(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
nap::BaseColor::operator!=(const BaseColor &rhs)=deleteBaseColor
operator<(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
operator<=(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
operator==(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
nap::BaseColor::operator==(const BaseColor &rhs)=deleteBaseColor
operator>(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
operator>=(const Color< T, CHANNELS > &rhs) constColor< T, 4 >
operator[](std::size_t index)Color< T, 4 >
operator[](std::size_t index) constColor< T, 4 >
RGBAColor(T red, T green, T blue, T alpha)RGBAColor< T >
RGBAColor(const RGBColor< T > &rgb, T alpha)RGBAColor< T >
RGBAColor()RGBAColor< T >
RGBAColor(const nap::BaseColor &source)RGBAColor< T >
setAlpha(T value)RGBAColor< T >
setBlue(T value)RGBAColor< T >
setData(const T *data)Color< T, 4 >
setGreen(T value)RGBAColor< T >
setRed(T value)RGBAColor< T >
setValue(EColorChannel channel, T value)Color< T, 4 >
size() constBaseColor
toVec4() constRGBAColor< T >
value_type typedefColor< T, 4 >
valueSize() constBaseColor
~BaseColor()=defaultBaseColorvirtual