|
Copyright © 2002-2009 MultiMedia Soft
Return to index
|
|
Remarks
|
The color that will be mixed to the texture (previously set through the Texture property) over the button surface.
The mix percentage can be modified through the TextureColorMixPerc 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.
![]() | ||||||||
|
Get / Set functions
|
COLORREF abmGetTextureColorMix (
HWND hWndBtn
);
void abmSetTextureColorMix (
HWND hWndBtn,
COLORREF color
);
| ||||||||
|
Container function
|
short abmContainerSetting (
HWND hWndContainer,
short nSetting,
long newValue
);
|