Skip to content

Commit 3c55be4

Browse files
committed
fix of the possible missing transparent color
1 parent 4f44197 commit 3c55be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gr/Microsoft.VisualBasic.Imaging/Drawing2D/HeatMap/HeatMapParameters.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Namespace Drawing2D.HeatMap
147147

148148
_colorSet = colorSet
149149
_mapLevels = mapLevels
150-
_defaultFill = background.ToHtmlColor
150+
_defaultFill = background.ToHtmlColor(allowTransparent:=True)
151151
End Sub
152152

153153
<MethodImpl(MethodImplOptions.AggressiveInlining)>

0 commit comments

Comments
 (0)