fix missing return statement

This commit is contained in:
Vogel, Rick 2023-03-15 17:01:57 +01:00
parent 8ede32692e
commit 00b4626b2d
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ namespace QskRgb
rgb = ( rgb << 4 ) | 0x0;
break;
}
return rgb;
}
// add default 0xFF for alpha channel