Colors\Colorize: Difference between revisions

From CloudCompare wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 12:50, 9 February 2015

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.