Description Usage Arguments Value
Mix two RGB colors
1 2 3 4 5 6 7 | aitoa.rgb.mix(
color.1,
color.2,
weight = 0.5,
limit = 255L,
make.int = (limit > 1L)
)
|
color.1 |
the first r-g-b vector |
color.2 |
the second r-g-b vector |
weight |
the weight of the first color vector |
limit |
the color limit |
make.int |
should we convert the result to an integer? |
the mixed color
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.