Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type MinimapTile ¶
type OutfitTintParams ¶
type Renderer ¶
type Renderer interface {
Composite(dstW, dstH int, ops []BlitOp) ([]byte, error)
TintOutfit(p OutfitTintParams) ([]byte, error)
ResizeNN(src []byte, srcW, srcH, dstW, dstH int) ([]byte, error)
ResizeCatmullRom(src []byte, srcW, srcH, dstW, dstH int) ([]byte, error)
RenderHeatmap(p HeatmapParams) ([]byte, error)
ApplyShadow(pixels []byte, w, h int, intensity float64) ([]byte, error)
RenderMinimap(w, h int, tiles []MinimapTile) ([]byte, error)
Close()
}
Click to show internal directories.
Click to hide internal directories.