Copyright © 2003-2024 MultiMedia Soft

Texture.ColorToMix property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i000077

 

 

Notes

The texture application will not take count of the current button colors.

 

 

See also

Texture property.

TextureDesc class.

How to apply a texture to the button surface section.