Example #1
0
 public static Color ToColor(this Vec4 vec)
 {
     return(VisualHelpers.ColorFromRGBA(vec.X, vec.Y, vec.Z, vec.W));
 }