mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-12-20 04:00:03 +08:00
Fixes compiler error
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
public int HeightInSamples { get; set; }
|
public int HeightInSamples { get; set; }
|
||||||
|
|
||||||
public ColorSpace? ColorSpace => IsImageMask ? null : ColorSpaceDetails.Type;
|
public ColorSpace? ColorSpace => IsImageMask ? default(ColorSpace?) : ColorSpaceDetails.Type;
|
||||||
|
|
||||||
public int BitsPerComponent { get; set; } = 8;
|
public int BitsPerComponent { get; set; } = 8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user