QskRgb::RGBAMask added

This commit is contained in:
Uwe Rathmann 2023-02-26 15:03:44 +01:00
parent deb921d579
commit 90fec17a60

View File

@ -169,6 +169,7 @@ namespace QskRgb
constexpr const QRgb Transparent = 0x00000000;
constexpr const QRgb AlphaMask = 0xff000000;
constexpr const QRgb ColorMask = 0x00ffffff;
constexpr const QRgb RGBAMask = 0xffffffff;
}
namespace QskRgb