Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Pattern Coloring Object

Pattern Coloring Object is exposed by Pattern Coloring component and provides full control over this component from running scripts and macros.

Pattern Coloring Rules

Pattern coloring rule is represented by PC.IRule interface and allows you to configure every rule aspect, create new rule or modify any existing rule. There are four types of rules currently supported:

Pattern Coloring Object

Pattern Coloring Object is accessed by a global pc property and implements the PC.IPatternColoring interface.

Use methods like PC.IPatternColoring.addRule, PC.IPatternColoring.replaceRule and PC.IPatternColoring.insertRule to create new pattern coloring rules.

Use PC.IPatternColoring.getRule method to read existing rules and PC.IPatternColoring.removeRule method to remove rules.