PHP Doku:: The ImagickPixel class - class.imagickpixel.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The ImagickPixel class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Bildverarbeitung und -generierung
≥
Image Processing (ImageMagick)
≥
The ImagickPixel class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Image Processing (ImageMagick)
<<
ImagickDraw::translate
ImagickPixel::clear
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Bildverarbeitung und -generierung
∧
Image Processing (ImageMagick)
The Imagick class
The ImagickDraw class
The ImagickPixel class
The ImagickPixelIterator class
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
Einführung
UnterSeiten:
∨
ImagickPixel::clear
∨
ImagickPixel::__construct
∨
ImagickPixel::destroy
∨
ImagickPixel::getColor
∨
ImagickPixel::getColorAsString
∨
ImagickPixel::getColorCount
∨
ImagickPixel::getColorValue
∨
ImagickPixel::getHSL
∨
ImagickPixel::isSimilar
∨
ImagickPixel::setColor
∨
ImagickPixel::setColorValue
∨
ImagickPixel::setHSL
The
ImagickPixel
class
Klassenbeschreibung
ImagickPixel
{
bool
clear
(
void
)
ImagickPixel
__construct
([
string
$color
] )
bool
destroy
(
void
)
array
getColor
([
bool
$normalized
= false
] )
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
)
}
Inhaltsverzeichnis
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
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...