SetaPDF_Core_ColorSpace_IccBased ICCBased Color Space

File: /SetaPDF v2/Core/ColorSpace/IccBased.php

Class hierarchy

Implements

Summary

Constants

TYPE_COLOR_SPACE

public const string SetaPDF_Core_Resource::TYPE_COLOR_SPACE = 'ColorSpace'

Type constant

TYPE_EXT_G_STATE

public const string SetaPDF_Core_Resource::TYPE_EXT_G_STATE = 'ExtGState'

Type constant

TYPE_FONT

public const string SetaPDF_Core_Resource::TYPE_FONT = 'Font'

Type constant

TYPE_PATTERN

public const string SetaPDF_Core_Resource::TYPE_PATTERN = 'Pattern'

Type constant

TYPE_PROC_SET

public const string SetaPDF_Core_Resource::TYPE_PROC_SET = 'ProcSet'

Type constant

TYPE_PROPERTIES

public const string SetaPDF_Core_Resource::TYPE_PROPERTIES = 'Properties'

Type constant

TYPE_SHADING

public const string SetaPDF_Core_Resource::TYPE_SHADING = 'Shading'

Type constant

TYPE_X_OBJECT

public const string SetaPDF_Core_Resource::TYPE_X_OBJECT = 'XObject'

Type constant


Properties

$_indirectObject

The indirect object for this color space

$_value


Static Methods

create()

Creates an instance of this color space.

Parameters
$iccStream : SetaPDF_Core_IccProfile_Stream
 
Exceptions

Throws SetaPDF_Core_Exception

freeCache()

Release profile stream instances by a document instance.

Parameters
$document : SetaPDF_Core_Document
 

Methods

__construct()

_getStream()

getColorComponents()

Get the color components of this color space.

Exceptions

Throws SetaPDF_Core_Type_Exception

getDefaultDecodeArray()

Get the default decode array of this color space.

Exceptions

Throws SetaPDF_Core_Type_Exception

getFamily()

public SetaPDF_Core_ColorSpace::getFamily (
void
): string

Get the color space family name of this color space.

Exceptions

Throws SetaPDF_Core_Exception

getIccProfileStream()

Get an instance of the ICC Profile stream.

Exceptions

Throws SetaPDF_Core_Type_Exception

getIndirectObject()

Gets an indirect object for this color space dictionary.

Parameters
$document : SetaPDF_Core_Document
 
Exceptions

Throws InvalidArgumentException

See

getPdfValue()

Get the main color space PDF value.

getResourceType()

Get the resource-type of an implementation.