PointType Picture transparency color cannot be disabled.
Description
From GitHub Issue #43, while setting Picture.UseTransparencyColor = True will apply TransparencyColor and TransparencyColor2 to the image rendering, setting UseTransparencyColor = False would not disable transparent rendering.
Activity
Show:
Jerry Faust
November 17, 2017, 8:17 AM
Edited
In ShapefileDrawingOptions.Picture.UseTransparencyColor flag was not being considered when setting up the image drawing attributes. Instead, it was hard-coded to 'true', so that transparency colors were always being applied.