Crate first_lib_yulian

Source
Expand description

§Lib Cargo

lib_cargo is a collection of utilities to make performing certain calculations more convenient.

Enums§

PrimaryColor
The primary colors according to the RYB color model.
SecondaryColor
The secondary colors according to the RYB color model.

Functions§

add_one
Adds one to the number given.
mix
Combines two primary colors in equal amounts to create a secondary color.