[Advanced] DTMs to Text & Color Tolerance
How exactly do they work? Or let me just skip exactly to what I am needing it for is to make a function like:
function InColorTolerance(TheColorToTest, Color, Tolerance): Boolean;
What would be the best way to do such a thing? Is tolerances done based on HSL? RGB? What?
Help would be greatly appreciated.
Edit1: Found theres a function all ready available to do just this:
SCAR Code:
function SimilarColors(col1, col2, tolerance: Integer): Boolean;
If someone has knowledge of the super secretive DTM to string please send me a PM. Its not for public use but for an SRL project. Feel free to add my MSN if you would rather communicate there, I will not disclose the project to the community so if you have information on DTMs please find a way to contact me
Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
Upcoming Project: Open For Suggestions