معرفی شرکت ها


golang-github-lucasb-eyer-go-colorful-dev_1.0-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Library for handling color spaces in Go
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Focal-20.04
مخزن Ubuntu universe all
نام بسته golang-github-lucasb-eyer-go-colorful-dev
نام فایل بسته golang-github-lucasb-eyer-go-colorful-dev_1.0-2_all.deb
نسخه بسته 1.0
انتشار بسته 2
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/lucasb-eyer/go-colorful
مجوز -
حجم دانلود 395328
حجم نصب 503
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.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-lucasb-eyer-go-colorful-dev:

    sudo apt-get install golang-github-lucasb-eyer-go-colorful-dev_1.0-2_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/LinearRGB Approximations.ipynb.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/README.md.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/approx-quality.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/changelog.Debian.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/copyright
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/clamped.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/clamped.xcf.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/colorblend.go
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/colorblend.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/colorblend.xcf.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/invalid.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorblend/invalid.xcf.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colordist/colordist.go
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colordist/colordist.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colordist/colordist.xcf.gz
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorgens/colorgens.go
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/colorgens/colorgens.png
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/gradientgen/gradientgen.go
./usr/share/doc/golang-github-lucasb-eyer-go-colorful-dev/examples/gradientgen/gradientgen.png
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/colorgens.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/colorgens_test.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/colors.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/colors_test.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/happy_palettegen.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/hexcolor.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/hexcolor_test.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/soft_palettegen.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/soft_palettegen_test.go
./usr/share/gocode/src/github.com/lucasb-eyer/go-colorful/warm_palettegen.go