\PHPThumb\PluginsReflection

GD Reflection Lib Plugin

This plugin allows you to create those fun Apple(tm)-style reflections in your images

Summary

Methods
Properties
Constants
__construct()
execute()
No public properties found
No constants found
imageFlipVertical()
hex2rgb()
$currentDimensions
$workingImage
$newImage
$options
$percent
$reflection
$white
$border
$borderColor
N/A
No private methods found
No private properties found
N/A

Properties

$currentDimensions

$currentDimensions : 

Type

$workingImage

$workingImage : 

Type

$newImage

$newImage : 

Type

$options

$options : 

Type

$percent

$percent : 

Type

$reflection

$reflection : 

Type

$white

$white : 

Type

$border

$border : 

Type

$borderColor

$borderColor : 

Type

Methods

__construct()

__construct(  $percent,   $reflection,   $white,   $border,   $borderColor) 

Parameters

$percent
$reflection
$white
$border
$borderColor

imageFlipVertical()

imageFlipVertical() 

Flips the image vertically

hex2rgb()

hex2rgb(string  $hex, boolean  $asString = false) : mixed

Converts a hex color to rgb tuples

Parameters

string $hex
boolean $asString

Returns

mixed