Colors\Colorize

From CloudCompareWiki
Jump to navigation Jump to search

Menu

This tool is accessible via the 'Edit > Colors > Colorize' menu.

Description

Colorize the selected entities by multiplying their current color(s) by the specified one.

NewColor.r = OldColor.r * (SelectedColor.r / 255)
NewColor.g = OldColor.g * (SelectedColor.g / 255)
NewColor.b = OldColor.b * (SelectedColor.b / 255)

Edit > Colors > Colorize dialog

Note: if the entity has no color, this method is equivalent to Set unique.