Posts: 6,236
	Threads: 310
	Joined: Jan 2011
	
Reputation: 
0
	 
 
	
	
		How do I set it to actually BE the material color I set? Like, I want to make an object exactly green (00FF00), but it just comes out as a dark green. Yes I know it's AGBR. I tried putting the color with a white texture, but still it's really dark :/
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,557
	Threads: 77
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		No. It's like changing the vehicle color when the vehicle has a paint job. The 'color' parameter is just a color 'mask'.
It will work perfectly on white textures. You can still make an workaround, though.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,524
	Threads: 109
	Joined: Sep 2009
	
Reputation: 
0
	 
 
	
	
		The color overlays on the texture, like Stewieґ said. The leafs look plain red like that because it is modeled like that, however the leafs have a semi transparent texture, you are replacing it with a solid red texture.
You are placing a color over the texture, NOT changing the hue of the texture.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,236
	Threads: 310
	Joined: Jan 2011
	
Reputation: 
0
	 
 
	
	
		I set a WHITE texture to 0xFF0000FF (red, yes?), and it was a really DARK red.