|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
Specifies the percentage used to mix the texture previously set through the Texture property with the color choosen through the TextureColorMix property.
Below you can see two samples of textured button, the first one 50% mixed with Red RGB (255, 0, 0) color and the second one 99% mixed with Red RGB (255, 0, 0) color.
![]() | ||||||||
|
Get / Set functions
|
COLORREF abmGetTextureColorMixPerc (
HWND hWndBtn
);
void abmSetTextureColorMixPerc (
HWND hWndBtn,
short nPercentage
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|