Color Precision
This subtle color shift is a result of the component's color precision handling. Let's break it down:
Color Precision: Some textures contain minor color variations that are barely perceptible to the human eye. These subtle differences might not be noticeable at first glance but can affect the overall color when altered.
Simplified Color Processing: To enhance user-friendliness, the LowPolyColorChanger component is designed to streamline these variations. It does this by merging very similar colors into a single, unified color. This process simplifies color management but can result in slight changes to the original color.
You can change it directly by code at the beginning LowPolyColorChanger.cs file. We are working to make this process even more streamlined and user-friendly in future updates
Using higher values in the settings increases the precision of color calculations, leading to more accurate results. However, be aware that this also raises the complexity of the tool due to an increased number of colors, potentially making it more challenging to use.
Last updated