Note: This function is an internal function
incrementHex(col, r = 0, g = 0, b = 0)
Arguments
- col
a vector of colors (in a format compatable with col2rgb)
- r
integer value to increment red (-255 to 255)
- g
integer value to increment green (-255 to 255)
- b
integer value to increment blue (-255 to 255)
Value
a vector with all colors adjusted by the r, g, b integer
values and in #xxxxxx format.