pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
EffectLayer.EffectLayerCommand
PixelPerfectEngine
graphics
layers
EffectLayer
Stores various commands for effects
class
EffectLayer
class
EffectLayerCommand {
CommandType
command
;
Coordinate
[]
coordinates
;
Color
[]
colors
;
ushort
[]
indexedColors
;
int
[]
values
;
this
(CommandType command, Coordinate[] coordinates, Color[] colors, int[] values);
this
(CommandType command, Coordinate[] coordinates, ushort[] indexedColors, int[] values);
}
Constructors
this
this
(CommandType command, Coordinate[] coordinates, Color[] colors, int[] values)
Undocumented in source.
this
this
(CommandType command, Coordinate[] coordinates, ushort[] indexedColors, int[] values)
Undocumented in source.
Members
Variables
colors
Color
[]
colors
;
Undocumented in source.
command
CommandType
command
;
Undocumented in source.
coordinates
Coordinate
[]
coordinates
;
Undocumented in source.
indexedColors
ushort
[]
indexedColors
;
Undocumented in source.
values
int
[]
values
;
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
graphics
layers
EffectLayer
classes
EffectLayerCommand
constructors
this
enums
CommandType
functions
addCommand
removeCommand
updateRaster
Stores various commands for effects