LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The ImagickPixel class
ImagickDraw::translate
ImagickPixel::clear
ImageMagick
PHP Manual
The
ImagickPixel
class
Class synopsis
ImagickPixel
class
ImagickPixel
{
bool
clear
(
void
)
ImagickPixel
__construct
([
string
$color
] )
bool
destroy
(
void
)
array
getColor
([
bool
$normalized
] )
string
getColorAsString
(
void
)
int
getColorCount
(
void
)
float
getColorValue
(
int
$color
)
array
getHSL
(
void
)
bool
isSimilar
(
ImagickPixel
$color
,
float
$fuzz
)
bool
setColor
(
string
$color
)
bool
setColorValue
(
int
$color
,
float
$value
)
bool
setHSL
(
float
$hue
,
float
$saturation
,
float
$luminosity
)
}
Table of Contents
ImagickPixel::clear
— Clears resources associated with this object
ImagickPixel::__construct
— The ImagickPixel constructor
ImagickPixel::destroy
— Deallocates resources associated with this object
ImagickPixel::getColor
— Returns the color
ImagickPixel::getColorAsString
— Returns the color as a string
ImagickPixel::getColorCount
— Returns the color count associated with this color
ImagickPixel::getColorValue
— Gets the normalized value of the provided color channel
ImagickPixel::getHSL
— Returns the normalized HSL color of the ImagickPixel object
ImagickPixel::isSimilar
— Check the distance between this color and another
ImagickPixel::setColor
— Sets the color
ImagickPixel::setColorValue
— Sets the normalized value of one of the channels
ImagickPixel::setHSL
— Sets the normalized HSL color
ImagickDraw::translate
ImagickPixel::clear
ImageMagick
PHP Manual