Results -9 to 0 of 796

Threaded View

  1. #11
    Player
    Tyrfina's Avatar
    Join Date
    Aug 2014
    Posts
    15
    Character
    Tyrfina Leiryn
    World
    Adamantoise
    Main Class
    Carpenter Lv 60
    Quote Originally Posted by Boomerz View Post
    The form works by calculating distances between points in 3 dimensional space with minimums and maximums set at 0 and 255, respectively. I treat RED, GREEN, and BLUE as x, y, and z coordinates. ... As we move, the spreadsheet calculates the distance to the CLOSEST dye.
    That's awesome. I actually contemplated what the colors/fruits system would look like in a 3 dimensional cartesian coordinate system, but i didn't have the time yet to examine the observational data to validate the hypothesis. What kind of accuracy are you getting?

    Quote Originally Posted by Snootles View Post
    So far from what I can see, the colours are presets with RNG involved. Yes, these presets seem to be based on RGB but it's not exact -at all-.
    While I can't tell you if Boomerz's approach is correct, I can say that it is a step in the right direction. From a programmer's perspective (me): while the spreadsheets and charts might be useful for most people to see and predict how they go from one color to another, it would make almost no sense to write code which WORKED in this fashion. It would be obscure, and frankly a coding clusterf***. While it is easier to SEE it as walking a color tree, there is a SYSTEM in place. A mathematical formula which determines what color you arrive at, we just haven't figured it out yet. But this theory seems extremely promising.
    (0)
    Last edited by Tyrfina; 08-29-2014 at 08:57 AM.

Tags for this Thread