PHP 클래스 GdReflectionLib, thinksns

This plugin allows you to create those fun Apple(tm)-style reflections in your images
파일 보기 프로젝트 열기: medz/thinksns-4

보호된 프로퍼티들

프로퍼티 타입 설명
$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