Searched defs:RGB15Writer (Results 1 – 1 of 1) sorted by relevance
1022 struct RGB15Writer : public BaseWriter<_PixelType> { struct1026 RGB15Writer(void *data) : BaseWriter<_PixelType>(data) {} in RGB15Writer() argument1028 inline void Write(const rgb_color_value &color) in Write()1038 inline void Write(const gray_color_value &gray) in Write()