diff options
Diffstat (limited to 'src/color.cpp')
| -rw-r--r-- | src/color.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color.cpp b/src/color.cpp index 4c64d84cd..2a6da863c 100644 --- a/src/color.cpp +++ b/src/color.cpp @@ -185,6 +185,7 @@ sp_color_get_rgba32_ualpha(SPColor const *color, guint32 alpha) alpha); } else { float rgb[3]; + rgb[0] = rgb[1] = rgb[2] = 0.0; sp_color_get_rgb_floatv (color, rgb); rgba = SP_RGBA32_U_COMPOSE(SP_COLOR_F_TO_U(rgb[0]), SP_COLOR_F_TO_U(rgb[1]), |
