NAP
RGBColor< T > Member List

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

BaseColor(int channels, int size)BaseColor
Color()Color< T, 3 >
Color(const std::array< T, CHANNELS > &colors)Color< T, 3 >
Color(const nap::BaseColor &source)Color< T, 3 >
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
getBlue() constRGBColor< T >
getConverter(const BaseColor &target) constBaseColor
getConverter(const BaseColor &source, const BaseColor &target)BaseColorstatic
getData()Color< T, 3 >
getData() constColor< T, 3 >
getDistance(const Color< T, CHANNELS > &other) constColor< T, 3 >
getGreen() constRGBColor< T >
getNumberOfChannels() constBaseColor
getRed() constRGBColor< T >
getValue(EColorChannel channel) constColor< T, 3 >
getValue(EColorChannel channel)Color< T, 3 >
getValues() constColor< T, 3 >
getValueType() const overrideColor< T, 3 >
nap::BaseColor::getValueType() const =0BaseColorpure virtual
isPointer() const overrideColor< T, 3 >
nap::BaseColor::isPointer() const =0BaseColorpure virtual
mValuesColor< T, 3 >
operator glm::vec3()RGBColor< T >
operator!=(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
nap::BaseColor::operator!=(const BaseColor &rhs)=deleteBaseColor
operator<(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
operator<=(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
operator==(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
nap::BaseColor::operator==(const BaseColor &rhs)=deleteBaseColor
operator>(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
operator>=(const Color< T, CHANNELS > &rhs) constColor< T, 3 >
operator[](std::size_t index)Color< T, 3 >
operator[](std::size_t index) constColor< T, 3 >
RGBColor(T red, T green, T blue)RGBColor< T >
RGBColor()RGBColor< T >
RGBColor(const nap::BaseColor &source)RGBColor< T >
setBlue(T value)RGBColor< T >
setData(const T *data)Color< T, 3 >
setGreen(T value)RGBColor< T >
setRed(T value)RGBColor< T >
setValue(EColorChannel channel, T value)Color< T, 3 >
size() constBaseColor
toVec3() constRGBColor< T >
value_type typedefColor< T, 3 >
valueSize() constBaseColor
~BaseColor()=defaultBaseColorvirtual