Skip to content

Commit 477c808

Browse files
committed
pwm: Fix misuse of pre-calculated colors.
1 parent e19ef84 commit 477c808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibDmd/RenderGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ private void Connect(ISource source, IDestination dest, FrameFormat from, FrameF
10271027
sourceGray8.GetGray8Frames(!dest.NeedsDuplicateFrames),
10281028
frame => frame
10291029
.TransformHdScaling(destFixedSize, ScalerMode)
1030-
.ConvertGray8ToColoredGray6(_gray6Colors ?? _gray6Colors)
1030+
.ConvertGray8ToColoredGray6(_gray6Palette ?? _gray6Colors)
10311031
.Transform(this, destFixedSize, destMultiSize),
10321032
destColoredGray6.RenderColoredGray6
10331033
);

0 commit comments

Comments
 (0)