mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added "ImageAlpha" option to the IMAGE meter.
Changed the interpolation mode in AntiAlias=1 to Default from Bicubic. There is a possibility that this change will be changed again in the future.
This commit is contained in:
@ -49,6 +49,7 @@ private:
|
||||
bool m_WidthDefined;
|
||||
bool m_HeightDefined;
|
||||
bool m_PreserveAspectRatio; // If true, aspect ratio of the image is preserved when the image is scaled
|
||||
int m_ImageAlpha; // Transparency value 0 - 255
|
||||
HGLOBAL m_hBuffer;
|
||||
FILETIME m_Modified;
|
||||
};
|
||||
|
Reference in New Issue
Block a user