made set_background_color function take u8 rgb values instead of usize and removed clamp function since it was only used to make sure that said usize color values were between 0 and 255, while u8 values are by definition guaranteed to be in that range
made set_background_color function take u8 rgb values instead of usize and removed clamp function since it was only used to make sure that said usize color values were between 0 and 255, while u8 values are by definition guaranteed to be in that range