|
@@ -77,6 +77,7 @@ private:
|
|
|
static void get_texel_a(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_a(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
static void get_texel_l(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_l(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
static void get_texel_la(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_la(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
|
|
+ static void get_texel_rg(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
static void get_texel_rgb(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_rgb(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
static void get_texel_rgba(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_rgba(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
|
static void get_texel_srgb(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|
|
static void get_texel_srgb(LColor &color, const unsigned char *&p, GetComponentFunc *get_component);
|