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:
Robin 2016-09-29 18:10:32 +02:00
commit 3b214133e4
5 changed files with 57 additions and 46 deletions

View file

@ -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),