1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-02 03:35:23 +00:00
OpenDiablo2/d2common/d2fileformats/d2pl2/pl2_color_24bits.go

9 lines
115 B
Go
Raw Normal View History

2020-06-29 02:32:34 +00:00
package d2pl2
// PL2Color24Bits represents an RGB color
type PL2Color24Bits struct {
R uint8
G uint8
B uint8
}