Definition at line 144 of file colorf.
◆ operator()()
bool tools::cmp_colorf::operator() |
( |
const colorf & |
a_a, |
|
|
const colorf & |
a_b |
|
) |
| const |
|
inline |
Definition at line 145 of file colorf.
147 if(a_a.v0()<a_b.v0())
return true;
148 if(a_a.v0()>a_b.v0())
return false;
150 if(a_a.v1()<a_b.v1())
return true;
151 if(a_a.v1()>a_b.v1())
return false;
153 if(a_a.v2()<a_b.v2())
return true;
The documentation for this struct was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/colorf