![]() |
Public API Reference |
#include <csrgbvct.h>
Inheritance diagram for csRGBVector:
Static Public Methods | |
int | Compare (void const *item1, void const *item2) |
Compare two csRGBcolor structs. More... | |
int | CompareKey (csRGBcolor *const &i1, void *key) |
Compare a key (csRGBcolor struct) with a csRGBcolor struct. More... |
It has overrides for Compare and CompareKey.
Definition at line 34 of file csrgbvct.h.
|
Compare two csRGBcolor structs.
Definition at line 38 of file csrgbvct.h. References csRGBcolor::blue, csRGBcolor::green, and csRGBcolor::red. |
|
Compare a key (csRGBcolor struct) with a csRGBcolor struct.
Definition at line 53 of file csrgbvct.h. References csRGBcolor::blue, csRGBcolor::green, and csRGBcolor::red. |