hi,
i'm sorry for my illiterate question but i wanted to know how i can create the color it self in the dm6437 platforme i'm working with dvsdk_1_01_00_15 and on the videw_preview example.
for( xx = 0; xx < (((yRows * xPixels)*2)); xx+=1 )
{
*( ( (unsigned char*)currentFrame ) + xx ) = some value;
}
what value sholud i i put instande "some value" in order to get fill the screen with the color that i want (blue red yelow..)?
if i put 00 - it gives my green
if i put "FE" - it gives my purple
if i put "80" - it gives me gray
what is the reason for it and how can i controll the colors?
thanks for your help,
vadim