Versions in this module Expand all Collapse all v0 v0.3.0 Jun 14, 2024 v0.2.0 Feb 7, 2024 Changes in this version + type PixKey struct + func Read(name string) (*PixKey, error) + func (pk *PixKey) Color(v int) (color.Color, bool) + func (pk *PixKey) Gray(v int) (color.Color, bool) + func (pk *PixKey) HasGrayScale() bool