All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sk.seges.acris.server.image.converter.CMYKConverter Maven / Gradle / Ivy

The newest version!
package sk.seges.acris.server.image.converter;

interface CMYKConverter {
	float getC();
	float getM();
	float getY();
	float getK(); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy