Beispiel #1
0
 public static void ToRgb(this Color color, out byte red, out byte green, out byte blue, out byte alpha)
 {
     ColorService.ColorToRgb(color, out red, out green, out blue, out alpha);
 }