PaletteChunkEntry

ase.chunks.PaletteChunkEntry (Class)

Static Members

SIZE: Int

Name Type
bytes haxe.io.Bytes
Returns
PaletteChunkEntry

Instance Members

flags: Int

red: Int

green: Int

blue: Int

alpha: Int

name: String

hasName: Bool

Name Type Default
out haxe.io.BytesOutput (optional)
Returns
haxe.io.Bytes

toString(): String
Returns
String

new(?name: String, ?color: Int): Void
Name Type Default
name String (optional)
color Int (optional)

Private Members