X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=glabels2%2Fsrc%2Fcolor.h;h=ac774dc403f10036fe50a5e3d6309efe2ca46a65;hb=0dc8ff1f3ef7c7659bc25f59d9a3e364d9214746;hp=c4403ad5dc24b73b1437eb530c154e7d11764849;hpb=7ef35253c18443a10f4f38d53143341c09c06015;p=glabels diff --git a/glabels2/src/color.h b/glabels2/src/color.h index c4403ad5..ac774dc4 100644 --- a/glabels2/src/color.h +++ b/glabels2/src/color.h @@ -45,6 +45,12 @@ G_BEGIN_DECLS #define GL_COLOR_NONE GL_COLOR_A(0,0,0,0) +#define GL_COLOR_BLACK GL_COLOR_A(0,0,0,255) + +#define GL_COLOR_TEXT_DEFAULT GL_COLOR_BLACK +#define GL_COLOR_BC_DEFAULT GL_COLOR_BLACK +#define GL_COLOR_NO_LINE GL_COLOR_NONE +#define GL_COLOR_NO_FILL GL_COLOR_NONE #define GL_COLOR_FILL_MERGE_DEFAULT GL_COLOR_A(255,255,255,128) #define GL_COLOR_MERGE_DEFAULT GL_COLOR_A(0,0,0,128) #define GL_COLOR_SHADOW_DEFAULT GL_COLOR(0,0,0)