Const
Retrieves the green component of a given Point.
given point
Green component of the Point as a value between [0,255]
const point = make_color_point(1, 2, 3, 50, 100, 150);g_of(point); // Returns 100 Copy
const point = make_color_point(1, 2, 3, 50, 100, 150);g_of(point); // Returns 100
Retrieves the green component of a given Point.