Documentation ¶
Index ¶
- func Ink(filePath string, p color.Palette, screenMode uint8, dontImportDsk bool, ...) error
- func InkInformation(filePath string)
- func Kit(filePath string, p color.Palette, screenMode uint8, dontImportDsk bool, ...) error
- func KitInformation(filePath string)
- func SaveKit(filePath string, p color.Palette, noAmsdosHeader bool) error
- type InkPalette
- type KitPalette
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InkInformation ¶
func InkInformation(filePath string)
func KitInformation ¶
func KitInformation(filePath string)
Types ¶
type InkPalette ¶
func (*InkPalette) ToString ¶
func (i *InkPalette) ToString() string
type KitPalette ¶
type KitPalette struct {
Colors [16]constants.CpcPlusColor
}
func (KitPalette) ToCode ¶
func (i KitPalette) ToCode() string
func (*KitPalette) ToString ¶
func (i *KitPalette) ToString() string
Click to show internal directories.
Click to hide internal directories.