Skip to content

Commit

Permalink
Update binding/Binding/SKImageInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Feb 9, 2024
1 parent b20f48e commit f87ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/Binding/SKImageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public SKImageInfo(int width, int height, SKAlphaType alphaType)
Width = width;
Height = height;
ColorType = PlatformColorType;
AlphaType = SKAlphaType.Premul;
AlphaType = alphaType;
ColorSpace = null;
}

Expand Down

0 comments on commit f87ff50

Please sign in to comment.