mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
Minor doc fix.
This commit is contained in:
@@ -100,7 +100,8 @@ public final class ColorSpaces {
|
|||||||
*
|
*
|
||||||
* @param profile the ICC color profile. May not be {@code null}.
|
* @param profile the ICC color profile. May not be {@code null}.
|
||||||
* @return an ICC color space
|
* @return an ICC color space
|
||||||
* @throws IllegalArgumentException if {@code profile} is {@code null}
|
* @throws IllegalArgumentException if {@code profile} is {@code null}.
|
||||||
|
* @throws java.awt.color.CMMException if {@code profile} is invalid.
|
||||||
*/
|
*/
|
||||||
public static ICC_ColorSpace createColorSpace(final ICC_Profile profile) {
|
public static ICC_ColorSpace createColorSpace(final ICC_Profile profile) {
|
||||||
Validate.notNull(profile, "profile");
|
Validate.notNull(profile, "profile");
|
||||||
|
Reference in New Issue
Block a user