mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-05 09:47:18 -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
|
|
}
|