Retrieves the y-coordinate of a given Point.
y-coordinate of the Point
const point = make_color_point(1, 2, 3, 50, 100, 150);y_of(point); // Returns 2 Copy
const point = make_color_point(1, 2, 3, 50, 100, 150);y_of(point); // Returns 2
Retrieves the y-coordinate of a given Point.