PHP 클래스 ColorThief\Image\Adapter\GDImageAdapter

상속: extends ColorThief\Image\Adapter\ImageAdapter
파일 보기 프로젝트 열기: ksubileau/color-thief-php

공개 메소드들

메소드 설명
destroy ( )
getHeight ( )
getPixelColor ( $x, $y )
getWidth ( )
load ( $resource )
loadBinaryString ( $data )
loadFile ( $file )

메소드 상세

destroy() 공개 메소드

public destroy ( )

getHeight() 공개 메소드

public getHeight ( )

getPixelColor() 공개 메소드

public getPixelColor ( $x, $y )

getWidth() 공개 메소드

public getWidth ( )

load() 공개 메소드

public load ( $resource )

loadBinaryString() 공개 메소드

public loadBinaryString ( $data )

loadFile() 공개 메소드

public loadFile ( $file )