mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 16:39:50 +08:00
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
|
@deftypemethod ColorSpace {public static ColorSpace} getInstance (int@w{ }@var{colorspace})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public boolean} isCS_sRGB ()
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public abstract float} toRGB (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public abstract float} fromRGB (float[]@w{ }@var{rgbvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public abstract float} toCIEXYZ (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public abstract float} fromCIEXYZ (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public int} getType ()
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public int} getNumComponents ()
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public String} getName (int@w{ }@var{idx})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ColorSpace {public String} toString ()
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_ColorSpace {public ICC_Profile} getProfile ()
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_ColorSpace {public float} toRGB (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_ColorSpace {public float} fromRGB (float[]@w{ }@var{rgbvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_ColorSpace {public float} toCIEXYZ (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_ColorSpace {public float} fromCIEXYZ (float[]@w{ }@var{colorvalue})
|
||
|
|
||
|
@end deftypemethod
|
||
|
@deftypemethod ICC_Profile {public int} getNumComponents ()
|
||
|
|
||
|
@end deftypemethod
|