Flat Colored Blocks - For Forge

Flat Colored Blocks - For Forge

34M Downloads

Can't get an even distribution of hues, saturations, or values

pressRtowin opened this issue ยท 1 comments

commented

Have the exponent setting set to 1 for everything. I account for the fact that both the min and max are used and are using shade counts that should produce nice numbers. 26 (25+1) shades for saturation should produce 0, 4, 8, 12, 16, etc. but they don't. The numbers are all over the place. 145 shades for hue should produce 0, 2.5, 5, 7.5, 10, etc. but they don't. Am I doing something wrong?

commented

The internals of the mod are not designed for accuracy, because of some conversions and storage of how some values are stored and worked with trying to get perfectly accurate shades is not likely. The mod is designed to simply give a versatile array of colors, by the time I realized that this representation problem existed it was past the point of no return, already released and used by thousands of players.