This commit is contained in:
2023-07-26 22:32:13 +08:00
parent d09e0e91ff
commit b37413ba04
3 changed files with 17 additions and 8 deletions

View File

@@ -418,8 +418,8 @@ public:
uint low,high,gap;
ColorGradient.GetLowest(low);
ColorGradient.GetHighest(high);
ColorGradient.GetLowestPosition(low);
ColorGradient.GetHighestPosition(high);
gap=high-low;