mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
BUG-2037: Added a small fix to improve the ini stability, also added some other small changes which were pending.
This commit is contained in:
parent
4ff0f090bb
commit
3b214133e4
5 changed files with 57 additions and 46 deletions
|
@ -369,7 +369,7 @@ namespace GreenshotPlugin.UnmanagedHelpers {
|
|||
bV5GreenMask = (uint)255 << 8;
|
||||
bV5BlueMask = 255;
|
||||
bV5AlphaMask = (uint)255 << 24;
|
||||
bV5CSType = 1934772034; // sRGB
|
||||
bV5CSType = 0x73524742; // LCS_sRGB
|
||||
bV5Endpoints = new CIEXYZTRIPLE
|
||||
{
|
||||
ciexyzBlue = new CIEXYZ(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue