typos fixed

This commit is contained in:
Uwe Rathmann 2022-06-25 16:10:00 +02:00
parent 501a3ae07e
commit 98368d42ac
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
QVector< QRgb > pal;
for ( int tone = 0; tone <= 100; tone += 10 )
pal += rgbFromHct( hue, chroma, tone );
pal += QskHctColor::rgb( hue, chroma, tone );
return pal;
}

View File

@ -133,7 +133,7 @@
RGBVALUE( Red, 0xffff0000 ) \
RGBVALUE( RosyBrown, 0xffbc8f8f ) \
RGBVALUE( RoyalBlue, 0xff4169e1 ) \
RGBVALUE( SaddleBown, 0xff8b4513 ) \
RGBVALUE( SaddleBrown, 0xff8b4513 ) \
RGBVALUE( Salmon, 0xfffa8072 ) \
RGBVALUE( SandyBrown, 0xfff4a460 ) \
RGBVALUE( SeaGreen, 0xff2e8b57 ) \