Changes since tag v10.2.0.492

commit 68b7d1b8185c0bdc77f298ff361a522690037fc2
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Sat Dec 23 18:57:54 2023 -0300

    Added DF:GetColorBrightness(r, g, b) and DF:GetColorHue(r, g, b)
    
    Receives any color format.
    Brightness: How bright is the color, from zero (no brightness) to 1 (very bright)
    Hue: An RGB scalar, goes from redness (zero); to green (0.3); to blues (0.6); yellows and red again.

commit 6f3fd0ea4f64db9d54da275bb1936d5db3d40415
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Thu Dec 21 13:16:52 2023 -0300

    Added GetParentNamePath(object), this function return a string of frames names separated by a dot, starting with the name of the frame itself and going up until reach UIParent

commit f3fbf46c7c197689d4b08f75689594fd0b6c35e9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Tue Dec 19 20:44:20 2023 -0300

    Fixed the Simple Panel Rounded Title Bar default height

commit e1399fa693870dd250ffa6275b95122b3d594806
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Tue Dec 19 10:37:09 2023 -0300

    Clean deprecated code on Auras.lua; Title bar fix for rounded panel

