typos fixed
This commit is contained in:
parent
501a3ae07e
commit
98368d42ac
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
QVector< QRgb > pal;
|
QVector< QRgb > pal;
|
||||||
for ( int tone = 0; tone <= 100; tone += 10 )
|
for ( int tone = 0; tone <= 100; tone += 10 )
|
||||||
pal += rgbFromHct( hue, chroma, tone );
|
pal += QskHctColor::rgb( hue, chroma, tone );
|
||||||
|
|
||||||
return pal;
|
return pal;
|
||||||
}
|
}
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
RGBVALUE( Red, 0xffff0000 ) \
|
RGBVALUE( Red, 0xffff0000 ) \
|
||||||
RGBVALUE( RosyBrown, 0xffbc8f8f ) \
|
RGBVALUE( RosyBrown, 0xffbc8f8f ) \
|
||||||
RGBVALUE( RoyalBlue, 0xff4169e1 ) \
|
RGBVALUE( RoyalBlue, 0xff4169e1 ) \
|
||||||
RGBVALUE( SaddleBown, 0xff8b4513 ) \
|
RGBVALUE( SaddleBrown, 0xff8b4513 ) \
|
||||||
RGBVALUE( Salmon, 0xfffa8072 ) \
|
RGBVALUE( Salmon, 0xfffa8072 ) \
|
||||||
RGBVALUE( SandyBrown, 0xfff4a460 ) \
|
RGBVALUE( SandyBrown, 0xfff4a460 ) \
|
||||||
RGBVALUE( SeaGreen, 0xff2e8b57 ) \
|
RGBVALUE( SeaGreen, 0xff2e8b57 ) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user