Skip to content

Issue #10924: Allow colors to be dropped on ColorAreas

Alx Sa requested to merge alxsa-color-filter-dnd into master

This patch attempts to resolve issue #10924 (closed).

The drag-and-drop code for GimpColorAreas was not yet ported to use GeglColor natively instead of converting from GimpRGB. This patch reuses code from gimp_selection_data_get_color () to implement this in libgimpwidgets.

Marked as a draft because there may be a better way to do this, after @Jehan has time to look over it and related code.

Merge request reports