Exemple #1
0
 public Color4f(Vector3i color)
     : this(color.Div(255f))
 {
 }