Documentation

AbstractEffect extends AbstractEditObject
in package
implements EffectInterface

Abstract effect class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
3.4.0

Interfaces, Classes and Traits

EffectInterface
Effect interface

Table of Contents

$image  : mixed
Image object
__construct()  : mixed
Constructor
calculateSteps()  : int
Calculate the steps between two points
getBlend()  : array<string|int, mixed>
Get the blend between 2 colors
getImage()  : AbstractAdapter
Get the image object
hasImage()  : bool
Has the image object
setImage()  : AbstractEditObject
Set the image object

Properties

Methods

calculateSteps()

Calculate the steps between two points

public calculateSteps(int $curStep, int $start, int $end, int $totalSteps) : int
Parameters
$curStep : int
$start : int
$end : int
$totalSteps : int
Return values
int

Search results