iText 7 7.1.8 API
iText.Kernel.Colors.IccBased Class Reference
Inheritance diagram for iText.Kernel.Colors.IccBased:
iText.Kernel.Colors.Color

Public Member Functions

  IccBased (PdfCieBasedCs.IccBased cs)
 
  IccBased (PdfCieBasedCs.IccBased cs, float[] value)
 
  IccBased (Stream iccStream)
  Creates IccBased color. More...
 
  IccBased (Stream iccStream, float[] value)
  Creates IccBased color. More...
 
  IccBased (Stream iccStream, float[] range, float[] value)
 
- Public Member Functions inherited from iText.Kernel.Colors.Color
virtual int  GetNumberOfComponents ()
  Returns the number of color value components More...
 
virtual PdfColorSpace  GetColorSpace ()
  Returns the color space to which the color is related. More...
 
virtual float[]  GetColorValue ()
  Returns the color value of the color More...
 
virtual void  SetColorValue (float[] value)
  Sets the color value of the color More...
 
override bool  Equals (Object o)
  Indicates whether the color is equal to the given color. More...
 
override int  GetHashCode ()
 

Additional Inherited Members

- Static Public Member Functions inherited from iText.Kernel.Colors.Color
static iText.Kernel.Colors.Color  MakeColor (PdfColorSpace colorSpace)
  Makes a Color of certain color space. More...
 
static iText.Kernel.Colors.Color  MakeColor (PdfColorSpace colorSpace, float[] colorValue)
  Makes a Color of certain color space and color value. More...
 
static DeviceRgb  ConvertCmykToRgb (DeviceCmyk cmykColor)
  Converts DeviceCmyk color to DeviceRgb color More...
 
static DeviceCmyk  ConvertRgbToCmyk (DeviceRgb rgbColor)
  Converts DeviceRgb color to DeviceCmyk color More...
 

Constructor & Destructor Documentation

◆ IccBased() [1/2]

iText.Kernel.Colors.IccBased.IccBased ( Stream  iccStream )
inline

Creates IccBased color.

Parameters
iccStream ICC profile stream. User is responsible for closing the stream.

◆ IccBased() [2/2]

iText.Kernel.Colors.IccBased.IccBased ( Stream  iccStream,
float[]  value 
)
inline

Creates IccBased color.

Parameters
iccStream ICC profile stream. User is responsible for closing the stream.
value color value.