Retrieves the blue component of a given Point.
Blue component of the Point
const point = make_color_point(1, 2, 3, 50, 100, 150);b_of(point); // Returns 150 Copy
const point = make_color_point(1, 2, 3, 50, 100, 150);b_of(point); // Returns 150
Retrieves the blue component of a given Point.