Const
Retrieves the blue component of a given Point.
given point
Blue component of the Point as a value between [0,255]
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.