Update CLI help
This commit is contained in:
@@ -12,7 +12,7 @@ impl Color {
|
||||
|
||||
/// Constructor.
|
||||
///
|
||||
/// The Red, Green and Blue values must be between 0 and 255.
|
||||
/// The color channels must be between 0 and 255.
|
||||
pub fn from(r: u8, g: u8, b: u8) -> Color {
|
||||
Color {
|
||||
r,
|
||||
|
||||
Reference in New Issue
Block a user