float4 main(in float3 texCoord: TEXCOORD0) : COLOR { float4 c; c.r = 0.9; c.g = 0.8; c.b = 0.1; c.a = 0.0; return c; }