palette2048_greer

package module
v0.0.0-...-fb3c119 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2020 License: MIT Imports: 1 Imported by: 1

README

go-palette2048_greer

Package palette2048_greer provides the Greer 1-bit color palette in the form of 256 RGBA color with 8-bits per color channel, that when used with the https://github.com/reiver/go-palette2048 package works with Go's built-in "image", "image/color", and "image/draw" packages.

Documention

Online documentation, which includes examples, can be found at: https://github.com/reiver/go-palette2048_greer

GoDoc

Example

import (
	"github.com/reiver/go-palette2048"
	"github.com/reiver/go-palette2048_greer"
)

// ...

palette := palette2048.Slice(palette2048_greer.Palette)

// ...

// Get the color at a specific index in the palette.
color := palette.Color(index)

// ...

// Get the color in the palette that is closet to a reference color.
closestColor := palette.Convert(referenceColor)

See Also

Also see:

Greer

To learn more about the the Greer 1-bit color palette refer to: https://youtu.be/0BZwEoj50uw

Documentation

Overview

Package palette2048_greer provides the Greer 1-bit color palette in the form of 256 RGBA color with 8-bits per color channel, that when used with the https://github.com/reiver/go-palette2048 package works with Go's built-in "image", "image/color", and "image/draw" packages.

Example

Here is an example of how this package can be used:

import (
	"github.com/reiver/go-palette2048"
	"github.com/reiver/go-palette2048_greer"
)

// ...

palette := palette2048.Slice(palette2048_greer.Palette)

// ...

// Get the color at a specific index in the palette.
color := palette.Color(index)

// ...

// Get the color in the palette that is closet to a reference color.
closestColor := palette.Convert(referenceColor)

Index

Constants

This section is empty.

Variables

View Source
var Palette [palette2048.ByteSize]uint8 = [palette2048.ByteSize]uint8{
	0x29, 0x09, 0x31, 0xff,
	0xee, 0xff, 0xf3, 0xff,
}

Palette provides the Greer palette.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL