Copyright © 1998-2015 MultiMedia Soft

Texture.ColorToMix property

Previous pageReturn to chapter overviewNext page

Type

OLE_COLOR for Visual C++

long for Visual Basic

 

 

Syntax

object.Texture.ColorToMix [=long]

 

 

Remarks

The color that is mixed to the texture (set through the Texture.Filepath property) over the button surface.

The mix percentage can be modified through the Texture.PercentageColorMix property.

The following is a sample of textured button and, on the right, the same button 50% mixed with Red RGB (255, 0, 0) color.

3dabm_i000077

 

 

Notes

The texture application does not take account of the current button colors.

 

 

See also

Texture object.

TextureSurface property.

How to apply a texture to the button surface section.