Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
There should be methods for creating a new color based on an existing instance but with one component changed.
Example:
ColorCmyk cyan = new ColorCymk(100, 0, 0, 0);
ColorCmyk lime = cyan.withYellow(100);
assertEquals(lime.C, 100);
assertEquals(lime.Y, 100);
Attachments
Attachments
Issue Links
- is blocked by
-
IMAGING-158 Color component names should follow naming conventions
-
- Closed
-