Documentation ¶
Index ¶
- func PixelMode0(pp1, pp2 int) byte
- func PixelMode1(pp1, pp2, pp3, pp4 int) byte
- func PixelMode2(pp1, pp2, pp3, pp4, pp5, pp6, pp7, pp8 int) byte
- func RawPixelMode0(b byte) (pp1, pp2 int)
- func RawPixelMode1(b byte) (pp1, pp2, pp3, pp4 int)
- func RawPixelMode2(b byte) (pp1, pp2, pp3, pp4, pp5, pp6, pp7, pp8 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PixelMode0 ¶
PixelMode0 converts palette position into byte in screen mode 0
func PixelMode1 ¶
PixelMode1 converts palette position into byte in screen mode 1
func PixelMode2 ¶
PixelMode converts palette position into byte in screen mode 2
func RawPixelMode0 ¶
RawPixelMode0 converts color byte in palette position in screen mode 0
func RawPixelMode1 ¶
RawPixelMode1 converts color byte in palette position in screen mode 1
func RawPixelMode2 ¶
RawPixelMode2 converts color byte in palette position in screen mode 2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.