toVector255 method

Vector3d toVector255()

Implementation

Vector3d toVector255() {
  return Vector3d(X: r * 255, Y: g * 255, Z: b * 255);
}