Documentation

EffectInterface
in

Effect interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
3.4.0

Table of Contents

calculateSteps()  : int
Calculate the steps between two points
getBlend()  : array<string|int, mixed>
Get the blend between 2 colors

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