Java java.awt.color ICC_ColorSpace fields, constructors, methods, implement or subclass

Example usage for Java java.awt.color ICC_ColorSpace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.color ICC_ColorSpace.

The text is from its open source code.

Constructor

ICC_ColorSpace(ICC_Profile profile)
Constructs a new ICC_ColorSpace from an ICC_Profile object.

Method

floatgetMaxValue(int component)
Returns the maximum normalized color component value for the specified component.
floatgetMinValue(int component)
Returns the minimum normalized color component value for the specified component.
ICC_ProfilegetProfile()
Returns the ICC_Profile for this ICC_ColorSpace .