[
https://issues.apache.org/jira/browse/IMAGING-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272429#comment-14272429
]
Benedikt Ritter commented on IMAGING-148:
-----------------------------------------
Hello Stephan,
you're patch looks good! However, we should first resolve IMAGING-158, since
this will have an effect on the method names. I'm setting this to being blocked
by IMAGING-158.
Benedikt
> 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)