-Back-

Supported HUD colors

EliteOCR supports custom HUD colors however the colors need to be bright enough compared to background. After changing your HUD color make few market screenshots and run the color calibration from "Settings" menu. This way EliteOCR can adapt to the new brightness ratio.

Some HUD colors that work well:

Standard
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 1, 0, 0 </MatrixRed>
    <MatrixGreen> 0, 1, 0 </MatrixGreen>
    <MatrixBlue> 0, 0, 1 </MatrixBlue>
</Default>

Strong Blue
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 0, 0, 1 </MatrixRed>
    <MatrixGreen> 0, 1, 0 </MatrixGreen>
    <MatrixBlue> 1, 0, 0 </MatrixBlue>
</Default>
Lighter Blue
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 0, 0.33, 0.75 </MatrixRed>
    <MatrixGreen> 0, 1, 0 </MatrixGreen>
    <MatrixBlue> 1, 0, 0 </MatrixBlue>
</Default>
Poison Green
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 0, 1, 0 </MatrixRed>
    <MatrixGreen> 1, 0, 0 </MatrixGreen>
    <MatrixBlue> 0, 0, 1 </MatrixBlue>
</Default>
Cyan
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 0, 1, 1 </MatrixRed>
    <MatrixGreen> 1, 0, 0 </MatrixGreen>
    <MatrixBlue> 0, 0, 1 </MatrixBlue>
</Default>
Mild Green
<Default>
    <LocalisationName>Standard</LocalisationName>
    <MatrixRed> 0, 0.5, 0 </MatrixRed>
    <MatrixGreen> 0, 0, 1 </MatrixGreen>
    <MatrixBlue> 0.5, 0, 0 </MatrixBlue>
</Default>

-Back-