Example #1
0
 public xColor GetLightOrDark(xColor light, xColor dark)
 {
     if (Luminosity < 0.7)
     {
         return(light);
     }
     return(dark);
 }
Example #2
0
 public static void SetAccent(xColor value) => Accent = value;