Deprecation: #97271 - Global Color Picker initialization 

See forge#97271

Description 

Initializing all color pickers (via the t3js-color-picker class) at once by invoking ColorPicker.initialize() without passing an element has been marked as deprecated.

Impact 

Initializing all datetime pickers at once will trigger a deprecation warning in the browser's console.

Affected Installations 

All 3rd party extensions calling ColorPicker.initialize() without any arguments are affected.

Migration 

Initialize the color picker by passing an HTMLElement to the ColorPicker.initialize() method.