mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-17 09:56:07 -05:00
7 lines
130 B
Go
7 lines
130 B
Go
package d2pl2
|
|
|
|
// PL2PaletteTransform represents a PL2 palette transform.
|
|
type PL2PaletteTransform struct {
|
|
Indices [256]uint8
|
|
}
|