|
Re: gf_context_set_pattern function
|
10/21/2011 5:40 AM
post89520
|
Re: gf_context_set_pattern function
Hi Misha,
thanks for your help.
I have an another question, how can I use this 8x8 value combine with ROPs(gf_context_set_rop());
for example,
I want to draw an 8x8 rectangle and set all the needed values like this,
mypattern[8] = {0x00, 0x44, 0x00,0x11, 0x00,0x44, 0x00,0x11 };
fgcolor: 0xFFFF0000
bgcolor: 0xFF0000FF
rop: GF_ROP_PDSnaon
what is the formula to get the result ?
|
|
|