[
https://issues.apache.org/jira/browse/IMAGING-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Köninger updated IMAGING-148:
-------------------------------------
Attachment: IMAGING-148_001.patch
Hi,
I have tried to implement the requested improvement including some tests.
Regards,
Stephan
> Add methods for deriving colors from another
> --------------------------------------------
>
> Key: IMAGING-148
> URL: https://issues.apache.org/jira/browse/IMAGING-148
> Project: Commons Imaging
> Issue Type: Improvement
> Components: imaging.color.*
> Reporter: Benedikt Ritter
> Fix For: Patch Needed
>
> Attachments: IMAGING-148_001.patch
>
>
> There should be methods for creating a new color based on an existing
> instance but with one component changed.
> Example:
> {code:java}
> ColorCmyk cyan = new ColorCymk(100, 0, 0, 0);
> ColorCmyk lime = cyan.withYellow(100);
> assertEquals(lime.C, 100);
> assertEquals(lime.Y, 100);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)