Uses of Class
de.digitalcollections.openjpeg.lib.enums.COLOR_SPACE
-
Packages that use COLOR_SPACE Package Description de.digitalcollections.openjpeg de.digitalcollections.openjpeg.lib de.digitalcollections.openjpeg.lib.enums de.digitalcollections.openjpeg.lib.structs -
-
Uses of COLOR_SPACE in de.digitalcollections.openjpeg
Methods in de.digitalcollections.openjpeg that return COLOR_SPACE Modifier and Type Method Description COLOR_SPACEInfo. getColorSpace()Methods in de.digitalcollections.openjpeg with parameters of type COLOR_SPACE Modifier and Type Method Description voidInfo. setColorSpace(COLOR_SPACE colorSpace) -
Uses of COLOR_SPACE in de.digitalcollections.openjpeg.lib
Methods in de.digitalcollections.openjpeg.lib with parameters of type COLOR_SPACE Modifier and Type Method Description jnr.ffi.Pointerlibopenjp2. opj_image_create(int numcmpts, jnr.ffi.Pointer cmtparms, COLOR_SPACE clrspc) -
Uses of COLOR_SPACE in de.digitalcollections.openjpeg.lib.enums
Methods in de.digitalcollections.openjpeg.lib.enums that return COLOR_SPACE Modifier and Type Method Description static COLOR_SPACECOLOR_SPACE. valueOf(String name)Returns the enum constant of this type with the specified name.static COLOR_SPACE[]COLOR_SPACE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of COLOR_SPACE in de.digitalcollections.openjpeg.lib.structs
Fields in de.digitalcollections.openjpeg.lib.structs with type parameters of type COLOR_SPACE Modifier and Type Field Description jnr.ffi.Struct.Enum32<COLOR_SPACE>opj_image. color_spacecolor space: sRGB, Greyscale or YUV
-