Navigation Menu

Skip to content

Commit

Permalink
8255920: J2DBench should support CS_PYCC color profile
Browse files Browse the repository at this point in the history
Reviewed-by: prr
  • Loading branch information
mrserb committed Nov 9, 2020
1 parent 2c8f4e2 commit 3ce09c0
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -73,14 +73,16 @@ public static void init() {
ColorSpace.CS_sRGB,
ColorSpace.CS_GRAY,
ColorSpace.CS_LINEAR_RGB,
ColorSpace.CS_CIEXYZ
ColorSpace.CS_CIEXYZ,
ColorSpace.CS_PYCC
};

String[] csNames = new String[]{
"CS_sRGB",
"CS_GRAY",
"CS_LINEAR_RGB",
"CS_CIEXYZ"
"CS_CIEXYZ",
"CS_PYCC"
};

csList = new Option.IntList(cmmOptRoot,
Expand Down

1 comment on commit 3ce09c0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.