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

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

Introduction

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

The text is from its open source code.

Field

intCLASS_DISPLAY
Profile class is display.
intCLASS_OUTPUT
Profile class is output.
inticSigDisplayClass
ICC Profile Class Signature: 'mntr'.
inticPerceptual
ICC Profile Rendering Intent: Perceptual.
inticSigHead
ICC Profile Tag Signature: 'head' - special.
inticHdrDeviceClass
ICC Profile Header Location: type of profile.
inticHdrModel
ICC Profile Header Location: device model number.
inticHdrRenderingIntent
ICC Profile Header Location: rendering intent.

Method

byte[]getData(int tagSignature)
Returns a particular tagged data element from the profile as a byte array.
byte[]getData()
Returns a byte array corresponding to the data of this ICC_Profile .
ICC_ProfilegetInstance(byte[] data)
Constructs an ICC_Profile object corresponding to the data in a byte array.
ICC_ProfilegetInstance(int cspace)
Constructs an ICC_Profile corresponding to one of the specific color spaces defined by the ColorSpace class (for example CS_sRGB ).
ICC_ProfilegetInstance(String fileName)
Constructs an ICC_Profile corresponding to the data in a file.
ICC_ProfilegetInstance(InputStream s)
Constructs an ICC_Profile corresponding to the data in an InputStream .
intgetNumComponents()
Returns the number of color components in the "input" color space of this profile.
intgetProfileClass()
Returns the profile class.
StringtoString()
Returns a string representation of the object.