#include <rgb_components.h>
Static Public Member Functions | |
template<class S > | |
static void | add (T &a, const S &b) |
template<class S > | |
static void | assign (T &a, const S &b) |
template<class S > | |
static T | diff (const T &a, const S &b) |
template<class S > | |
static void | div (T &a, const S &b) |
template<class S > | |
static void | mul (T &a, const S &b) |
template<class S > | |
static T | prod (const T &a, const S &b) |
template<class S > | |
static T | quot (const T &a, const S &b) |
template<class S > | |
static void | sub (T &a, const S &b) |
template<class S > | |
static T | sum (const T &a, const S &b) |
Definition at line 204 of file rgb_components.h.
static void CVD::Rgba_ops< T >::add | ( | T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 206 of file rgb_components.h.
static void CVD::Rgba_ops< T >::assign | ( | T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 213 of file rgb_components.h.
static T CVD::Rgba_ops< T >::diff | ( | const T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 207 of file rgb_components.h.
static void CVD::Rgba_ops< T >::div | ( | T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 212 of file rgb_components.h.
static void CVD::Rgba_ops< T >::mul | ( | T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 210 of file rgb_components.h.
static T CVD::Rgba_ops< T >::prod | ( | const T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 209 of file rgb_components.h.
static T CVD::Rgba_ops< T >::quot | ( | const T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 211 of file rgb_components.h.
static void CVD::Rgba_ops< T >::sub | ( | T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 208 of file rgb_components.h.
static T CVD::Rgba_ops< T >::sum | ( | const T & | a, | |
const S & | b | |||
) | [inline, static] |
Definition at line 205 of file rgb_components.h.