PHP 클래스 ColorThief\VBox

파일 보기 프로젝트 열기: ksubileau/color-thief-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$b1
$b2
$g1
$g2
$histo
$r1
$r2

공개 메소드들

메소드 설명
__construct ( $r1, $r2, $g1, $g2, $b1, $b2, $histo )
avg ( $force = false )
contains ( array $pixel, $rshift = ColorThief::RSHIFT )
copy ( )
count ( $force = false )
longestAxis ( ) : string Determines the longest axis
volume ( $force = false )

메소드 상세

__construct() 공개 메소드

public __construct ( $r1, $r2, $g1, $g2, $b1, $b2, $histo )

avg() 공개 메소드

public avg ( $force = false )

contains() 공개 메소드

public contains ( array $pixel, $rshift = ColorThief::RSHIFT )
$pixel array

copy() 공개 메소드

public copy ( )

count() 공개 메소드

public count ( $force = false )

longestAxis() 공개 메소드

Determines the longest axis
public longestAxis ( ) : string
리턴 string

volume() 공개 메소드

public volume ( $force = false )

프로퍼티 상세

$b1 공개적으로 프로퍼티

public $b1

$b2 공개적으로 프로퍼티

public $b2

$g1 공개적으로 프로퍼티

public $g1

$g2 공개적으로 프로퍼티

public $g2

$histo 공개적으로 프로퍼티

public $histo

$r1 공개적으로 프로퍼티

public $r1

$r2 공개적으로 프로퍼티

public $r2