How to Install and Uninstall perl-Graphics-ColorUtils Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Graphics-ColorUtils" package

In this section, we are going to explain the necessary steps to install perl-Graphics-ColorUtils on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Graphics-ColorUtils

2. Uninstall "perl-Graphics-ColorUtils" package

Please follow the guidelines below to uninstall perl-Graphics-ColorUtils on openSUSE Leap:

$ sudo zypper remove perl-Graphics-ColorUtils

3. Information about the perl-Graphics-ColorUtils package on openSUSE Leap

Information for package perl-Graphics-ColorUtils:
-------------------------------------------------
Repository : Main Repository
Name : perl-Graphics-ColorUtils
Version : 0.17-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 64.4 KiB
Installed : No
Status : not installed
Source package : perl-Graphics-ColorUtils-0.17-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Graphics-ColorUtils/
Summary : Easy-to-use color space conversions and more
Description :
This modules provides some utility functions to handle colors and color
space conversions.
The interface has been kept simple, so that most functions can be called
"inline" when making calls to graphics libraries such as GD, Tk, or when
generating HTML/CSS. (E.g. for GD: '$c = $img->colorAllocate( hsv2rgb( 270,
0.5, 0.3 ) );'.)
Features:
* Color Space Conversions
Color space conversions, in particular between the "intuitive" color
spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to
and from RGB (Red/Green/Blue).
* Color Lookup
Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and
X11.
* Color Gradients
Management of color gradients, which can be indexed by a floating point
number in the range 0..1. (Mostly intended for false-color data
visualization.)