Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4651351

ColorSpace spec should define number and names of comps for built-in spaces

XMLWordPrintable

    • 2d
    • sparc
    • solaris_2.5



      Name: apR10100 Date: 03/12/2002



      ColorSpace spec should define number and names of comps for built-in spaces:
      CS_sRGB, CS_GRAY etc.

      Current implementation returns 'Unnamed color component(i)' for
      ColorSpace.getInstance(ColorSpace.CS_sRGB).getName(i) for any "i"

      import java.awt.color.*;

        public class Test {
            public static void main(String argv[]) throws InterruptedException {
                for(int i=-1; i<4; i++)
                    System.out.println(ColorSpace.getInstance(ColorSpace.CS_sRGB).getName(i));
            }
        }

      Z:\tmp>java Test
      Unnamed color component(-1)
      Unnamed color component(0)
      Unnamed color component(1)
      Unnamed color component(2)
      Unnamed color component(3)

      ======================================================================

            Unassigned Unassigned
            avpsunw Avp Avp (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: