Color Selection Interface with Constrained Palette Mapping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Users face inefficiencies when selecting colors from a continuous spectrum in design applications, particularly when limited to a finite color library, as they must guess and iterate to find suitable colors, making it tedious and prone to suboptimal results.

Innovation Solution

A color selection interface that maps a continuous spectrum of colors to a constrained color set, allowing users to navigate and select colors directly from the allowed set, using segmented color wheels and sliders, and employing color lookup tables to display only relevant colors, facilitating the selection of desired colors within the limited palette.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If a continuous spectrum color picker is used, then users can select from a wide range of colors, but users cannot efficiently select from a constrained color set and must use trial and error

Engineering Contradiction:
Improvecolor selection flexibilityVSAvoidcolor selection efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The color picker interface is segmented into two distinct modes: a continuous spectrum view for broad color exploration and a discrete color set view for constrained color library selection. This segmentation allows users to switch between unlimited color selection and constrained color library selection based on their specific needs, resolving the contradiction between versatility and efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes the parameter of color availability from continuous to discrete by detecting whether a color library is loaded. When a color library is detected, the interface transitions to displaying only those specific colors as selectable options, rather than the continuous spectrum. This parameter change enables efficient constrained color selection while maintaining the ability to provide unlimited color selection when needed.

Inventive Principle:
Principle #35Parameter changes

2Ease of operation

If users navigate continuous spectrum colors, then they can explore color variations, but they cannot efficiently find specific colors within a constrained set

Engineering Contradiction:
Improvecolor exploration capabilityVSAvoidtime to find desired color
Core Design Contradiction:
Ease of operationVSLoss of time

Solution Approach 1:

The system performs preliminary action by pre-organizing and pre-displaying only the relevant colors from the constrained color set when a color library is detected. Instead of requiring users to navigate through a continuous spectrum to find specific colors, the interface proactively filters and presents only the colors that are actually available in the library, significantly reducing the time to find desired colors while maintaining ease of operation.

Inventive Principle:
Principle #10Preliminary action

3Adaptability or versatility

If a continuous color picker is used with color library conversion, then color selection is possible, but the process is repetitive and yields suboptimal results

Engineering Contradiction:
Improvecolor library compatibilityVSAvoidselection process complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system extracts the relevant subset of colors from the continuous spectrum based on the loaded color library, displaying only those colors that are actually available for selection. This extraction eliminates the need for repetitive conversion processes and trial-and-error selection, as users can directly select from the appropriate color set without unnecessary intermediate steps, reducing process complexity while maintaining color library compatibility.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS9280949B2Color selection interface
Publication Date: 2016.03.08 ADOBE INC
  • US9280949B2 patent drawing
  • US9280949B2 patent drawing
  • US9280949B2 patent drawing

AI summary

Displaying colors in a color selection interface is disclosed. Displaying includes identifying a first plurality of colors associated with a color selection interface, mapping each color in the first plurality of colors to an allowed color in an allowed color set of one or more colors to obtain a second plurality of colors, wherein mapping is performed based at least in part on a color lookup table, and visually displaying the second plurality of colors in the color selection interface, wherein the color selection interface is configured to receive a color selection from the second plurality of colors.