How to Install and Uninstall golang-github-lucasb-eyer-go-colorful-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 08,2024

1. Install "golang-github-lucasb-eyer-go-colorful-dev" package

This guide covers the steps necessary to install golang-github-lucasb-eyer-go-colorful-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install golang-github-lucasb-eyer-go-colorful-dev

2. Uninstall "golang-github-lucasb-eyer-go-colorful-dev" package

This is a short guide on how to uninstall golang-github-lucasb-eyer-go-colorful-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove golang-github-lucasb-eyer-go-colorful-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-lucasb-eyer-go-colorful-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-lucasb-eyer-go-colorful-dev
Architecture: all
Version: 1.0.3-1
Priority: optional
Section: universe/devel
Source: golang-github-lucasb-eyer-go-colorful
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 574
Filename: pool/universe/g/golang-github-lucasb-eyer-go-colorful/golang-github-lucasb-eyer-go-colorful-dev_1.0.3-1_all.deb
Size: 390268
MD5sum: 20254632e334d220ff228111d7fbcb4a
SHA1: b38f9df056b194ae1b11b057453dce5a815b69fa
SHA256: 38fc0e6d86760e2ff2b83f9c5ea20d4a73d9078860cd834e47387a14369abff2
SHA512: 3c139cbef48c51ab45f808884db0f568c6228fa33db3fef4316f5dbaa8ec9f9fc549627dfc18336cab73ae9074bdf37c7e57885f380607cb0e0999ac489fb46f
Homepage: https://github.com/lucasb-eyer/go-colorful
Description-en: Library for handling color spaces in Go
Colorful is a library for handling color spaces in Go by implementing the
color.Color interface. Colorful stores colors in RGB and provides methods from
converting these to various color spaces. Currently supported colorspaces are:
.
RGB: All three of Red, Green and Blue in [0..1].
HSL: Hue in [0..360], Saturation and Luminance in [0..1].
HSV: Hue in [0..360], Saturation and Value in [0..1].
Hex RGB: The "internet" color format, as in #FF00FF.
Linear RGB (read about Gamma-Correct Rendering).
CIE-XYZ: CIE's standard color space, almost in [0..1].
CIE-xyY: encodes chromacity in x and y and luminance in Y, all in [0..1]
CIE-L*a*b*: Perceptually uniform. L* in [0..1] and a*, b* almost in [-1..1].
CIE-L*u*v*: Very similar to CIE-L*a*b*.
CIE-L*C*h° (HCL): CIE-L*a*b* space in polar coordinates.
.
For the colorspaces where it makes sense (XYZ, Lab, Luv, HCl), the D65 is used
as reference white by default but methods for using your own reference white
are provided.
Description-md5: bbc0920b0019d4f963ffd9c59dff252a