PHP Класс GdReflectionLib, thinksns

This plugin allows you to create those fun Apple(tm)-style reflections in your images
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$currentDimensions
$newImage
$options
$parentInstance GdThumb Instance of GdThumb passed to this class
$workingImage

Открытые методы

Метод Описание
createReflection ( $percent, $reflection, $white, $border, $borderColor, &$that )

Защищенные методы

Метод Описание
hex2rgb ( string $hex, boolean $asString = false ) : mixed Converts a hex color to rgb tuples
imageFlipVertical ( ) Flips the image vertically

Описание методов

createReflection() публичный Метод

public createReflection ( $percent, $reflection, $white, $border, $borderColor, &$that )

hex2rgb() защищенный Метод

Converts a hex color to rgb tuples
protected hex2rgb ( string $hex, boolean $asString = false ) : mixed
$hex string
$asString boolean
Результат mixed

imageFlipVertical() защищенный Метод

Flips the image vertically
protected imageFlipVertical ( )

Описание свойств

$currentDimensions защищенное свойство

protected $currentDimensions

$newImage защищенное свойство

protected $newImage

$options защищенное свойство

protected $options

$parentInstance защищенное свойство

Instance of GdThumb passed to this class
protected GdThumb $parentInstance
Результат GdThumb

$workingImage защищенное свойство

protected $workingImage