class ImageProperties extends Model (View source)

Properties

float $brightness
float $contrast
protected $cropPropertiesType
protected $cropPropertiesDataType
protected $linkType
protected $linkDataType
protected $outlineType
protected $outlineDataType
protected $recolorType
protected $recolorDataType
protected $shadowType
protected $shadowDataType
float $transparency

Methods

setBrightness($brightness)

No description

float
getBrightness()

No description

setContrast($contrast)

No description

float
getContrast()

No description

setCropProperties(CropProperties $cropProperties)

No description

setLink(Link $link)

No description

getLink()

No description

setOutline(Outline $outline)

No description

getOutline()

No description

setRecolor(Recolor $recolor)

No description

getRecolor()

No description

setShadow(Shadow $shadow)

No description

getShadow()

No description

setTransparency($transparency)

No description

float
getTransparency()

No description

Details

setBrightness($brightness)

No description

Parameters

$brightness

float getBrightness()

No description

Return Value

float

setContrast($contrast)

No description

Parameters

$contrast

float getContrast()

No description

Return Value

float

setCropProperties(CropProperties $cropProperties)

No description

Parameters

CropProperties $cropProperties

CropProperties getCropProperties()

No description

Return Value

CropProperties

No description

Parameters

Link $link

No description

Return Value

Link

setOutline(Outline $outline)

No description

Parameters

Outline $outline

Outline getOutline()

No description

Return Value

Outline

setRecolor(Recolor $recolor)

No description

Parameters

Recolor $recolor

Recolor getRecolor()

No description

Return Value

Recolor

setShadow(Shadow $shadow)

No description

Parameters

Shadow $shadow

Shadow getShadow()

No description

Return Value

Shadow

setTransparency($transparency)

No description

Parameters

$transparency

float getTransparency()

No description

Return Value

float