Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
Texture.ColorToMix property 
 
Type
[Visual Basic] 
Overrides Public Property ColorToMix As Color 
 
[C#] 
public override Color ColorToMix {get; set;} 
 
[C++] 
public: __property Color get_ColorToMix(); 
public: __property void set_ColorToMix(Color); 
 
 
Remarks
The color that will be mixed to the texture, previously set through the Texture.Filepath property, over the button surface. 
The mix percentage can be modified through the Texture.PercentageColorMix property. 
Below you can see a sample of textured button and, on the right, the same button 50% mixed with Red RGB (255, 0, 0) color. 
 
 
Notes
The texture application will not take count of the current button colors.
 
 
See also
Texture property. 
TextureDesc class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index