ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearColorProfileManager Class : assignProfile Method |
Represents an alternative way of assigning global profiles with color spaces. In particular, to assign a global profile with a gray color space, either getGrayProfile method or assignProfile(ImGearColorSpaceIDs.Gy)
call could be used.
public static void assignProfile( java.util.EnumSet<ImGearColorSpaceIDs> colorSpace, ImGearColorProfile colorProfile ) |
Represents an alternative way of assigning global profiles with color spaces. In particular, to assign a global profile with a gray color space, either getGrayProfile method or assignProfile(ImGearColorSpaceIDs.Gy)
call could be used.