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