The cl-aseprite Reference Manual

This is the cl-aseprite Reference Manual, version 0.1.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:40:02 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-aseprite

Aseprite file format parser

Author

Andrew Kravchuk <>

Home Page

https://gitlab.com/lockie/cl-aseprite

License

GPLv3

Version

0.1.2

Dependencies
  • lisp-binary (system).
  • chipz (system).
  • trivial-types (system).
  • alexandria (system).
  • let-plus (system).
Source

cl-aseprite.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 cl-aseprite/src

Source

cl-aseprite.asd.

Parent Component

cl-aseprite (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-aseprite/cl-aseprite.asd

Source

cl-aseprite.asd.

Parent Component

cl-aseprite (system).

ASDF Systems

cl-aseprite.


4.1.2 cl-aseprite/src/package.lisp

Source

cl-aseprite.asd.

Parent Component

src (module).

Packages

4.1.3 cl-aseprite/src/core.lisp

Source

cl-aseprite.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.4 cl-aseprite/src/interface.lisp

Source

cl-aseprite.asd.

Parent Component

src (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 cl-aseprite

**NOTE: this software is of alpha quality, and the API is
subject to change.**

‘cl-aseprite‘ is a high-performance Common Lisp library for parsing
‘.aseprite‘ files created with [Aseprite](https://aseprite.org) and
[LibreSprite](https://libresprite.github.io) programs into meaningful Lisp
structures.

Aseprite is a proprietary image editor designed for pixel art drawing and
animation. It was used in the development of several notable games such as
Celeste, Loop Hero, and many others (source:
[Wikipedia](https://en.wikipedia.org/wiki/Aseprite)).

LibreSprite is a free and open source fork of Aseprite created after its license changed from GPLv2 to proprietary in 2016.

Key part of the library is ‘LOAD-SPRITE‘ function, which returns ‘SPRITE‘
structure, which in turn contains lists of ‘TAG‘ and ‘LAYER‘ structures with
latter having an array of ‘CEL‘ structures. See [Aseprite
docs](https://aseprite.org/docs) for details on those entities.

In most cases, ‘CEL‘’s ‘DATA‘ field contains an array of 32-bit ABGR pixel
data, so to convert it to image just copy it using ‘CFFI‘ into proper
container, e.g. to the result of call to [al_lock_bitmap](https://liballeg.org/a5docs/trunk/graphics.html#al_lock_bitmap)
when using [cl-liballegro](https://github.com/resttime/cl-liballegro).

Source

package.lisp.

Nicknames
  • aseprite
  • ase
Use List
  • common-lisp.
  • let-plus.
Public Interface
Internals

5.2 cl-aseprite.core

Source

package.lisp.

Use List

common-lisp.

Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Reader: cel-data (instance)
Writer: (setf cel-data) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

data.

Reader: cel-diagonal-flip-bitmask (instance)
Writer: (setf cel-diagonal-flip-bitmask) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

diagonal-flip-bitmask.

Reader: cel-duration (instance)
Writer: (setf cel-duration) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

duration.

Reader: cel-frame-position (instance)
Writer: (setf cel-frame-position) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

frame-position.

Reader: cel-height (instance)
Writer: (setf cel-height) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

height.

Reader: cel-id-bitmask (instance)
Writer: (setf cel-id-bitmask) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

id-bitmask.

Reader: cel-opacity (instance)
Writer: (setf cel-opacity) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

opacity.

Reader: cel-type (instance)
Writer: (setf cel-type) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

type.

Reader: cel-user-data (instance)
Writer: (setf cel-user-data) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

user-data.

Reader: cel-width (instance)
Writer: (setf cel-width) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

width.

Reader: cel-x (instance)
Writer: (setf cel-x) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

x.

Reader: cel-x-flip-bitmask (instance)
Writer: (setf cel-x-flip-bitmask) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

x-flip-bitmask.

Reader: cel-y (instance)
Writer: (setf cel-y) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

y.

Reader: cel-y-flip-bitmask (instance)
Writer: (setf cel-y-flip-bitmask) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

y-flip-bitmask.

Reader: cel-z-index (instance)
Writer: (setf cel-z-index) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

z-index.

Reader: layer-backgroundp (instance)
Writer: (setf layer-backgroundp) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

backgroundp.

Reader: layer-blend-mode (instance)
Writer: (setf layer-blend-mode) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

blend-mode.

Reader: layer-cels (instance)
Writer: (setf layer-cels) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

cels.

Reader: layer-child-level (instance)
Writer: (setf layer-child-level) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

child-level.

Reader: layer-continuousp (instance)
Writer: (setf layer-continuousp) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

continuousp.

Reader: layer-opacity (instance)
Writer: (setf layer-opacity) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

opacity.

Reader: layer-referencep (instance)
Writer: (setf layer-referencep) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

referencep.

Reader: layer-tileset-index (instance)
Writer: (setf layer-tileset-index) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

tileset-index.

Reader: layer-type (instance)
Writer: (setf layer-type) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

type.

Reader: layer-user-data (instance)
Writer: (setf layer-user-data) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

user-data.

Reader: layer-visiblep (instance)
Writer: (setf layer-visiblep) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

visiblep.

Function: load-sprite (filespec)

Loads Aseprite file from given ‘FILESPEC‘, either path or binary stream.

See ‘SPRITE‘.

Package

cl-aseprite.

Source

interface.lisp.

Reader: sprite-color-depth (instance)
Writer: (setf sprite-color-depth) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

color-depth.

Reader: sprite-color-profile (instance)
Writer: (setf sprite-color-profile) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

color-profile.

Reader: sprite-colors (instance)
Writer: (setf sprite-colors) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

colors.

Reader: sprite-frames (instance)
Writer: (setf sprite-frames) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

frames.

Reader: sprite-has-opacity-p (instance)
Writer: (setf sprite-has-opacity-p) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

has-opacity-p.

Reader: sprite-height (instance)
Writer: (setf sprite-height) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

height.

Reader: sprite-layers (instance)
Writer: (setf sprite-layers) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

layers.

Reader: sprite-palette (instance)
Writer: (setf sprite-palette) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

palette.

Reader: sprite-pixel-ratio (instance)
Writer: (setf sprite-pixel-ratio) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

pixel-ratio.

Reader: sprite-tags (instance)
Writer: (setf sprite-tags) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

tags.

Reader: sprite-transparent-index (instance)
Writer: (setf sprite-transparent-index) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

transparent-index.

Reader: sprite-user-data (instance)
Writer: (setf sprite-user-data) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

user-data.

Reader: sprite-width (instance)
Writer: (setf sprite-width) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

width.

Reader: tag-direction (instance)
Writer: (setf tag-direction) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

direction.

Reader: tag-first-frame (instance)
Writer: (setf tag-first-frame) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

first-frame.

Reader: tag-last-frame (instance)
Writer: (setf tag-last-frame) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

last-frame.

Reader: tag-repeat (instance)
Writer: (setf tag-repeat) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

repeat.

Reader: tag-user-data (instance)
Writer: (setf tag-user-data) (instance)
Package

cl-aseprite.

Source

interface.lisp.

Target Slot

user-data.


6.1.2 Standalone methods

Method: write-binary ((compressed-image-cel-data compressed-image-cel-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((tags-chunk-data tags-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((old-palette-color old-palette-color) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((file file) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((point point) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((fixed-point fixed-point) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((cel-chunk-data cel-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((old-palette-chunk-data old-palette-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((old-palette-packet old-palette-packet) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((size size) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((icc-data icc-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((property property) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((tag tag) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((layer-chunk-data layer-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((properties-user-data properties-user-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((palette-chunk-data palette-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((properties-map properties-map) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((linked-cel-data linked-cel-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((chunk chunk) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((frame frame) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((palette-entry palette-entry) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((vector* vector*) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((color-profile-chunk-data color-profile-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((user-data-chunk-data user-data-chunk-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((text-user-data text-user-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((compressed-tilemap-cel-data compressed-tilemap-cel-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((raw-cel-data raw-cel-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((properties-map* properties-map*) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((rect rect) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((value value) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.

Method: write-binary ((color-user-data color-user-data) stream-symbol-1)
Package

lisp-binary.

Source

core.lisp.


6.1.3 Structures

Structure: cel

Representation of cel.

* ‘DURATION‘: duration in milliseconds
* ‘X‘: x position of cel data
* ‘Y‘: y position of cel data
* ‘OPACITY‘: opacity level
* ‘Z-INDEX‘: z-index
* ‘TYPE‘: one of ‘:IMAGE‘, ‘:LINKED‘ or ‘:TILEMAP‘
* ‘USER-DATA‘: user data string
* ‘WIDTH‘: width in pixels (for ‘:IMAGE‘ type) or in tiles (for ‘:TILEMAP‘ type)
* ‘HEIGHT‘: height in pixels (for ‘:IMAGE‘ type) or in tiles (for ‘:TILEMAP‘ type)
* ‘DATA‘: raw data, only for ‘:IMAGE‘ and ‘:TILEMAP‘ types * ‘FRAME-POSITION‘: frame position to link with (only for ‘:LINKED‘ type) * ‘ID-BITMASK‘: bitmask for tile ID (only for ‘:TILEMAP‘ type)
* ‘X-FLIP-BITMASK‘: bitmask for X flip (only for ‘:TILEMAP‘ type)
* ‘Y-FLIP-BITMASK‘: bitmask for Y flip (only for ‘:TILEMAP‘ type)
* ‘DIAGONAL-FLIP-BITMASK‘: bitmask for diagonal flip (only for ‘:TILEMAP‘ type)

Package

cl-aseprite.

Source

interface.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: duration
Type

(unsigned-byte 16)

Initform

0

Readers

cel-duration.

Writers

(setf cel-duration).

Slot: x
Type

(signed-byte 16)

Initform

0

Readers

cel-x.

Writers

(setf cel-x).

Slot: y
Type

(signed-byte 16)

Initform

0

Readers

cel-y.

Writers

(setf cel-y).

Slot: opacity
Type

(unsigned-byte 8)

Initform

0

Readers

cel-opacity.

Writers

(setf cel-opacity).

Slot: z-index
Type

(signed-byte 16)

Initform

0

Readers

cel-z-index.

Writers

(setf cel-z-index).

Slot: type
Package

common-lisp.

Type

keyword

Readers

cel-type.

Writers

(setf cel-type).

Slot: user-data
Type

simple-string

Initform

""

Readers

cel-user-data.

Writers

(setf cel-user-data).

Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

cel-width.

Writers

(setf cel-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

cel-height.

Writers

(setf cel-height).

Slot: data
Type

(or (simple-array (unsigned-byte 8)) null)

Readers

cel-data.

Writers

(setf cel-data).

Slot: frame-position
Type

(unsigned-byte 16)

Initform

0

Readers

cel-frame-position.

Writers

(setf cel-frame-position).

Slot: id-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

cel-id-bitmask.

Writers

(setf cel-id-bitmask).

Slot: x-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

cel-x-flip-bitmask.

Writers

(setf cel-x-flip-bitmask).

Slot: y-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

cel-y-flip-bitmask.

Writers

(setf cel-y-flip-bitmask).

Slot: diagonal-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

cel-diagonal-flip-bitmask.

Writers

(setf cel-diagonal-flip-bitmask).

Structure: layer

Representation of layer.

* ‘VISIBLEP‘: whether layer is visible
* ‘BACKGROUNDP‘: whether layer is background layer
* ‘CONTINUOUSP‘: whether layer is continuous (prefers linked cels)
* ‘REFERENCEP‘: whether layer is reference layer
* ‘TYPE‘: one of ‘:IMAGE‘, ‘:GROUP‘ or ‘:TILEMAP‘
* ‘CHILD-LEVEL‘: relationship with next layer in layers list, see
[here ](https://github.com/aseprite/aseprite/blob/main/docs/ase-file-specs.md#note1) * ‘BLEND-MODE‘: keyword indicating [blend mode ](https://aseprite.org/api/blendmode)
* ‘OPACITY‘: layer opacity. only valid if ‘SPRITE-HAS-OPACITY-P‘ is ‘T‘ * ‘TILESET-INDEX‘: only for ‘:TILEMAP‘ type
* ‘USER-DATA‘: user data string
* ‘CELS‘: array of ‘CEL‘s, indices correspond to frame numbers

Package

cl-aseprite.

Source

interface.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: visiblep
Type

boolean

Readers

layer-visiblep.

Writers

(setf layer-visiblep).

Slot: backgroundp
Type

boolean

Readers

layer-backgroundp.

Writers

(setf layer-backgroundp).

Slot: continuousp
Type

boolean

Readers

layer-continuousp.

Writers

(setf layer-continuousp).

Slot: referencep
Type

boolean

Readers

layer-referencep.

Writers

(setf layer-referencep).

Slot: type
Package

common-lisp.

Type

keyword

Readers

layer-type.

Writers

(setf layer-type).

Slot: child-level
Type

(unsigned-byte 16)

Initform

0

Readers

layer-child-level.

Writers

(setf layer-child-level).

Slot: blend-mode
Type

keyword

Readers

layer-blend-mode.

Writers

(setf layer-blend-mode).

Slot: opacity
Type

(unsigned-byte 8)

Initform

0

Readers

layer-opacity.

Writers

(setf layer-opacity).

Slot: tileset-index
Type

(or (unsigned-byte 32) null)

Initform

0

Readers

layer-tileset-index.

Writers

(setf layer-tileset-index).

Slot: user-data
Type

simple-string

Initform

""

Readers

layer-user-data.

Writers

(setf layer-user-data).

Slot: cels
Type

(simple-array (or cl-aseprite:cel null))

Initform

#()

Readers

layer-cels.

Writers

(setf layer-cels).

Structure: sprite

Representation of sprite.

* ‘WIDTH‘: width in pixels
* ‘HEIGHT‘: height in pixels
* ‘COLOR-DEPTH‘: color depth in bits per pixel, could be 32 (ABGR), 16 (grayscale) or 8 (indexed)
* ‘COLOR-PROFILE‘: ‘:SRGB‘ or ‘NIL‘ (corresponding to "None")
* ‘HAS-OPACITY-P‘: whether there is opaque color
* ‘TRANSPARENT-INDEX‘: palette entry index for transparent color (only for indexed sprites)
* ‘COLORS‘: number of colors
* ‘PALETTE‘: palette as an array of packed ABGR values
* ‘PIXEL-RATIO‘: pixel width/pixel height
* ‘USER-DATA‘: user data string
* ‘FRAMES‘: number of frames in each layer
* ‘LAYERS‘: plist of sprite ‘LAYER‘s in reversed order
* ‘TAGS‘: plist of frame ‘TAG‘s

Package

cl-aseprite.

Source

interface.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

sprite-width.

Writers

(setf sprite-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

sprite-height.

Writers

(setf sprite-height).

Slot: color-depth
Type

(unsigned-byte 16)

Initform

0

Readers

sprite-color-depth.

Writers

(setf sprite-color-depth).

Slot: color-profile
Type

(or keyword null)

Readers

sprite-color-profile.

Writers

(setf sprite-color-profile).

Slot: has-opacity-p
Type

boolean

Readers

sprite-has-opacity-p.

Writers

(setf sprite-has-opacity-p).

Slot: transparent-index
Type

(unsigned-byte 8)

Initform

0

Readers

sprite-transparent-index.

Writers

(setf sprite-transparent-index).

Slot: colors
Type

(unsigned-byte 16)

Initform

0

Readers

sprite-colors.

Writers

(setf sprite-colors).

Slot: palette
Type

(or (simple-array (unsigned-byte 32)) null)

Readers

sprite-palette.

Writers

(setf sprite-palette).

Slot: pixel-ratio
Type

rational

Initform

1

Readers

sprite-pixel-ratio.

Writers

(setf sprite-pixel-ratio).

Slot: user-data
Type

simple-string

Initform

""

Readers

sprite-user-data.

Writers

(setf sprite-user-data).

Slot: frames
Type

(unsigned-byte 16)

Initform

0

Readers

sprite-frames.

Writers

(setf sprite-frames).

Slot: layers
Type

trivial-types:property-list

Readers

sprite-layers.

Writers

(setf sprite-layers).

Slot: tags
Type

trivial-types:property-list

Readers

sprite-tags.

Writers

(setf sprite-tags).

Structure: tag

Representation of tag.

* ‘FIRST-FRAME‘: index of first tagged frame
* ‘LAST-FRAME‘: index of last tagged frame
* ‘DIRECTION‘: one of ‘:FORWARD‘, ‘:REVERSE‘, ‘:PING-PONG‘ or ‘:PING-PONG-REVERSE‘
* ‘REPEAT‘: repeat N times. 0 means infinite, 1 once etc. * ‘USER-DATA‘: user data string

Package

cl-aseprite.

Source

interface.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: first-frame
Type

(unsigned-byte 16)

Initform

0

Readers

tag-first-frame.

Writers

(setf tag-first-frame).

Slot: last-frame
Type

(unsigned-byte 16)

Initform

0

Readers

tag-last-frame.

Writers

(setf tag-last-frame).

Slot: direction
Type

keyword

Readers

tag-direction.

Writers

(setf tag-direction).

Slot: repeat
Type

(unsigned-byte 16)

Initform

0

Readers

tag-repeat.

Writers

(setf tag-repeat).

Slot: user-data
Type

simple-string

Initform

""

Readers

tag-user-data.

Writers

(setf tag-user-data).


6.2 Internals


6.2.1 Special variables

Special Variable: *chunk-size*
Package

cl-aseprite.core.

Source

core.lisp.

Special Variable: *color-depth*
Package

cl-aseprite.core.

Source

core.lisp.


6.2.2 Ordinary functions

Reader: cel-chunk-data-data (instance)
Writer: (setf cel-chunk-data-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Reader: cel-chunk-data-layer-index (instance)
Writer: (setf cel-chunk-data-layer-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

layer-index.

Reader: cel-chunk-data-opacity (instance)
Writer: (setf cel-chunk-data-opacity) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

opacity.

Function: cel-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: cel-chunk-data-reserved (instance)
Writer: (setf cel-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: cel-chunk-data-type (instance)
Writer: (setf cel-chunk-data-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.

Reader: cel-chunk-data-x-position (instance)
Writer: (setf cel-chunk-data-x-position) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

x-position.

Reader: cel-chunk-data-y-position (instance)
Writer: (setf cel-chunk-data-y-position) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

y-position.

Reader: cel-chunk-data-z-index (instance)
Writer: (setf cel-chunk-data-z-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

z-index.

Function: cel-p (object)
Package

cl-aseprite.

Source

interface.lisp.

Reader: chunk-data (instance)
Writer: (setf chunk-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Function: chunk-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: chunk-size (instance)
Writer: (setf chunk-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: chunk-type (instance)
Writer: (setf chunk-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.

Reader: color-profile-chunk-data-flags (instance)
Writer: (setf color-profile-chunk-data-flags) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

flags.

Reader: color-profile-chunk-data-gamma (instance)
Writer: (setf color-profile-chunk-data-gamma) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

gamma.

Reader: color-profile-chunk-data-icc-data (instance)
Writer: (setf color-profile-chunk-data-icc-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

icc-data.

Function: color-profile-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: color-profile-chunk-data-reserved (instance)
Writer: (setf color-profile-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: color-profile-chunk-data-type (instance)
Writer: (setf color-profile-chunk-data-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.

Reader: color-user-data-a (instance)
Writer: (setf color-user-data-a) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

a.

Reader: color-user-data-b (instance)
Writer: (setf color-user-data-b) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

b.

Reader: color-user-data-g (instance)
Writer: (setf color-user-data-g) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

g.

Function: color-user-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: color-user-data-r (instance)
Writer: (setf color-user-data-r) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

r.

Reader: compressed-image-cel-data-data (instance)
Writer: (setf compressed-image-cel-data-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Reader: compressed-image-cel-data-height (instance)
Writer: (setf compressed-image-cel-data-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

height.

Function: compressed-image-cel-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: compressed-image-cel-data-width (instance)
Writer: (setf compressed-image-cel-data-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

width.

Reader: compressed-tilemap-cel-data-bits-per-tile (instance)
Writer: (setf compressed-tilemap-cel-data-bits-per-tile) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

bits-per-tile.

Reader: compressed-tilemap-cel-data-data (instance)
Writer: (setf compressed-tilemap-cel-data-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Reader: compressed-tilemap-cel-data-diagonal-flip-bitmask (instance)
Writer: (setf compressed-tilemap-cel-data-diagonal-flip-bitmask) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

diagonal-flip-bitmask.

Reader: compressed-tilemap-cel-data-height (instance)
Writer: (setf compressed-tilemap-cel-data-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

height.

Reader: compressed-tilemap-cel-data-id-bitmask (instance)
Writer: (setf compressed-tilemap-cel-data-id-bitmask) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

id-bitmask.

Function: compressed-tilemap-cel-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: compressed-tilemap-cel-data-reserved (instance)
Writer: (setf compressed-tilemap-cel-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: compressed-tilemap-cel-data-width (instance)
Writer: (setf compressed-tilemap-cel-data-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

width.

Reader: compressed-tilemap-cel-data-x-flip-bitmask (instance)
Writer: (setf compressed-tilemap-cel-data-x-flip-bitmask) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

x-flip-bitmask.

Reader: compressed-tilemap-cel-data-y-flip-bitmask (instance)
Writer: (setf compressed-tilemap-cel-data-y-flip-bitmask) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

y-flip-bitmask.

Function: copy-cel (instance)
Package

cl-aseprite.

Source

interface.lisp.

Function: copy-cel-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-chunk (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-color-profile-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-color-user-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-compressed-image-cel-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-compressed-tilemap-cel-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-file (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-fixed-point (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-frame (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-icc-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-layer (instance)
Package

cl-aseprite.

Source

interface.lisp.

Function: copy-layer-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-linked-cel-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-old-palette-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-old-palette-color (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-old-palette-packet (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-palette-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-palette-entry (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-point (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-properties-map (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-properties-map* (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-properties-user-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-property (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-raw-cel-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-rect (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-size (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-sprite (instance)
Package

cl-aseprite.

Source

interface.lisp.

Function: copy-tag (instance)
Package

cl-aseprite.

Source

interface.lisp.

Function: copy-tag (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-tags-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-text-user-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-user-data-chunk-data (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-value (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Function: copy-vector* (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: file-color-depth (instance)
Writer: (setf file-color-depth) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

color-depth.

Reader: file-colors (instance)
Writer: (setf file-colors) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

colors.

Reader: file-file-size (instance)
Writer: (setf file-file-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

file-size.

Reader: file-flags (instance)
Writer: (setf file-flags) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

flags.

Reader: file-frames (instance)
Writer: (setf file-frames) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

frames.

Reader: file-frames-size (instance)
Writer: (setf file-frames-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

frames-size.

Reader: file-grid-height (instance)
Writer: (setf file-grid-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

grid-height.

Reader: file-grid-width (instance)
Writer: (setf file-grid-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

grid-width.

Reader: file-grid-x (instance)
Writer: (setf file-grid-x) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

grid-x.

Reader: file-grid-y (instance)
Writer: (setf file-grid-y) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

grid-y.

Reader: file-height (instance)
Writer: (setf file-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

height.

Reader: file-magic (instance)
Writer: (setf file-magic) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

magic.

Function: file-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: file-pixel-height (instance)
Writer: (setf file-pixel-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

pixel-height.

Reader: file-pixel-width (instance)
Writer: (setf file-pixel-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

pixel-width.

Reader: file-reserved-1 (instance)
Writer: (setf file-reserved-1) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved-1.

Reader: file-reserved-2 (instance)
Writer: (setf file-reserved-2) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved-2.

Reader: file-reserved-3 (instance)
Writer: (setf file-reserved-3) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved-3.

Reader: file-speed (instance)
Writer: (setf file-speed) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

speed.

Reader: file-transparent-index (instance)
Writer: (setf file-transparent-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

transparent-index.

Reader: file-width (instance)
Writer: (setf file-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

width.

Reader: fixed-point-denominator (instance)
Writer: (setf fixed-point-denominator) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

denominator.

Reader: fixed-point-numerator (instance)
Writer: (setf fixed-point-numerator) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

numerator.

Function: fixed-point-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: frame-bytes (instance)
Writer: (setf frame-bytes) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

bytes.

Reader: frame-chunks (instance)
Writer: (setf frame-chunks) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

chunks.

Reader: frame-duration (instance)
Writer: (setf frame-duration) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

duration.

Reader: frame-magic (instance)
Writer: (setf frame-magic) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

magic.

Reader: frame-new-chunks (instance)
Writer: (setf frame-new-chunks) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

new-chunks.

Reader: frame-old-chunks (instance)
Writer: (setf frame-old-chunks) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

old-chunks.

Function: frame-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: frame-reserved (instance)
Writer: (setf frame-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: icc-data-data (instance)
Writer: (setf icc-data-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Function: icc-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: icc-data-size (instance)
Writer: (setf icc-data-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: layer-chunk-data-background (instance)
Writer: (setf layer-chunk-data-background) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

background.

Reader: layer-chunk-data-blend-mode (instance)
Writer: (setf layer-chunk-data-blend-mode) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

blend-mode.

Reader: layer-chunk-data-child-level (instance)
Writer: (setf layer-chunk-data-child-level) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

child-level.

Reader: layer-chunk-data-continuous (instance)
Writer: (setf layer-chunk-data-continuous) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

continuous.

Reader: layer-chunk-data-default-height (instance)
Writer: (setf layer-chunk-data-default-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

default-height.

Reader: layer-chunk-data-default-width (instance)
Writer: (setf layer-chunk-data-default-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

default-width.

Reader: layer-chunk-data-editable (instance)
Writer: (setf layer-chunk-data-editable) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

editable.

Reader: layer-chunk-data-group-collapsed (instance)
Writer: (setf layer-chunk-data-group-collapsed) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

group-collapsed.

Reader: layer-chunk-data-locked (instance)
Writer: (setf layer-chunk-data-locked) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

locked.

Reader: layer-chunk-data-name (instance)
Writer: (setf layer-chunk-data-name) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

name.

Reader: layer-chunk-data-opacity (instance)
Writer: (setf layer-chunk-data-opacity) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

opacity.

Function: layer-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: layer-chunk-data-reference (instance)
Writer: (setf layer-chunk-data-reference) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reference.

Reader: layer-chunk-data-reserved (instance)
Writer: (setf layer-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: layer-chunk-data-reserved* (instance)
Writer: (setf layer-chunk-data-reserved*) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved*.

Reader: layer-chunk-data-tileset-index (instance)
Writer: (setf layer-chunk-data-tileset-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

tileset-index.

Reader: layer-chunk-data-type (instance)
Writer: (setf layer-chunk-data-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.

Reader: layer-chunk-data-visible (instance)
Writer: (setf layer-chunk-data-visible) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

visible.

Function: layer-p (object)
Package

cl-aseprite.

Source

interface.lisp.

Function: linked-cel-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: linked-cel-data-position (instance)
Writer: (setf linked-cel-data-position) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

position.

Function: load-cel (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-color-profile (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-layer (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-old-palette (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-palette (chunk palette)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-tags (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: load-userdata (chunk)
Package

cl-aseprite.

Source

interface.lisp.

Function: make-cel (&key duration x y opacity z-index type user-data width height data frame-position id-bitmask x-flip-bitmask y-flip-bitmask diagonal-flip-bitmask)
Package

cl-aseprite.

Source

interface.lisp.

Function: make-cel-chunk-data (&key layer-index x-position y-position opacity type z-index reserved data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-chunk (&key size type data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-color-profile-chunk-data (&key type flags gamma reserved icc-data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-color-user-data (&key r g b a)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-compressed-image-cel-data (&key width height data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-compressed-tilemap-cel-data (&key width height bits-per-tile id-bitmask x-flip-bitmask y-flip-bitmask diagonal-flip-bitmask reserved data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-file (&key file-size magic frames-size width height color-depth flags speed reserved-1 transparent-index reserved-2 colors pixel-width pixel-height grid-x grid-y grid-width grid-height reserved-3 frames)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-fixed-point (&key numerator denominator)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-frame (&key bytes magic old-chunks duration reserved new-chunks chunks)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-icc-data (&key size data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-layer (&key visiblep backgroundp continuousp referencep type child-level blend-mode opacity tileset-index user-data cels)
Package

cl-aseprite.

Source

interface.lisp.

Function: make-layer-chunk-data (&key visible editable locked background continuous group-collapsed reference reserved* type child-level default-width default-height blend-mode opacity reserved name tileset-index)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-linked-cel-data (&key position)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-old-palette-chunk-data (&key size packets)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-old-palette-color (&key r g b)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-old-palette-packet (&key skip size colors)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-palette-chunk-data (&key size first-index last-index reserved entries)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-palette-entry (&key flags r g b a name)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-point (&key x y)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-properties-map (&key key size properties)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-properties-map* (&key size properties)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-properties-user-data (&key size maps-size properties-maps)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-property (&key name value)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-raw-cel-data (&key width height data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-rect (&key origin size)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-size (&key width height)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-sprite (&key width height color-depth color-profile has-opacity-p transparent-index colors palette pixel-ratio user-data frames layers tags)
Package

cl-aseprite.

Source

interface.lisp.

Function: make-tag (&key first-frame last-frame direction repeat user-data)
Package

cl-aseprite.

Source

interface.lisp.

Function: make-tag (&key first-frame last-frame direction repeat reserved r g b a name)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-tags-chunk-data (&key size reserved tags)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-text-user-data (&key text)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-user-data-chunk-data (&key has-text has-color has-properties reserved text color properties)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-value (&key type data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: make-vector* (&key size type data)
Package

cl-aseprite.core.

Source

core.lisp.

Function: old-palette-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: old-palette-chunk-data-packets (instance)
Writer: (setf old-palette-chunk-data-packets) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

packets.

Reader: old-palette-chunk-data-size (instance)
Writer: (setf old-palette-chunk-data-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: old-palette-color-b (instance)
Writer: (setf old-palette-color-b) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

b.

Reader: old-palette-color-g (instance)
Writer: (setf old-palette-color-g) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

g.

Function: old-palette-color-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: old-palette-color-r (instance)
Writer: (setf old-palette-color-r) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

r.

Reader: old-palette-packet-colors (instance)
Writer: (setf old-palette-packet-colors) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

colors.

Function: old-palette-packet-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: old-palette-packet-size (instance)
Writer: (setf old-palette-packet-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: old-palette-packet-skip (instance)
Writer: (setf old-palette-packet-skip) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

skip.

Function: pack-color (r g b &optional a)
Package

cl-aseprite.

Source

interface.lisp.

Reader: palette-chunk-data-entries (instance)
Writer: (setf palette-chunk-data-entries) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

entries.

Reader: palette-chunk-data-first-index (instance)
Writer: (setf palette-chunk-data-first-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

first-index.

Reader: palette-chunk-data-last-index (instance)
Writer: (setf palette-chunk-data-last-index) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

last-index.

Function: palette-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: palette-chunk-data-reserved (instance)
Writer: (setf palette-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: palette-chunk-data-size (instance)
Writer: (setf palette-chunk-data-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: palette-entry-a (instance)
Writer: (setf palette-entry-a) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

a.

Reader: palette-entry-b (instance)
Writer: (setf palette-entry-b) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

b.

Reader: palette-entry-flags (instance)
Writer: (setf palette-entry-flags) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

flags.

Reader: palette-entry-g (instance)
Writer: (setf palette-entry-g) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

g.

Reader: palette-entry-name (instance)
Writer: (setf palette-entry-name) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

name.

Function: palette-entry-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: palette-entry-r (instance)
Writer: (setf palette-entry-r) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

r.

Function: point-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: point-x (instance)
Writer: (setf point-x) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

x.

Reader: point-y (instance)
Writer: (setf point-y) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

y.

Function: properties-map*-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: properties-map*-properties (instance)
Writer: (setf properties-map*-properties) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

properties.

Reader: properties-map*-size (instance)
Writer: (setf properties-map*-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: properties-map-key (instance)
Writer: (setf properties-map-key) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

key.

Function: properties-map-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: properties-map-properties (instance)
Writer: (setf properties-map-properties) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

properties.

Reader: properties-map-size (instance)
Writer: (setf properties-map-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: properties-user-data-maps-size (instance)
Writer: (setf properties-user-data-maps-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

maps-size.

Function: properties-user-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: properties-user-data-properties-maps (instance)
Writer: (setf properties-user-data-properties-maps) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

properties-maps.

Reader: properties-user-data-size (instance)
Writer: (setf properties-user-data-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: property-name (instance)
Writer: (setf property-name) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

name.

Function: property-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: property-value (instance)
Writer: (setf property-value) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

value.

Reader: raw-cel-data-data (instance)
Writer: (setf raw-cel-data-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Reader: raw-cel-data-height (instance)
Writer: (setf raw-cel-data-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

height.

Function: raw-cel-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: raw-cel-data-width (instance)
Writer: (setf raw-cel-data-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

width.

Reader: rect-origin (instance)
Writer: (setf rect-origin) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

origin.

Function: rect-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: rect-size (instance)
Writer: (setf rect-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: size-height (instance)
Writer: (setf size-height) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

height.

Function: size-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: size-width (instance)
Writer: (setf size-width) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

width.

Function: sprite-p (object)
Package

cl-aseprite.

Source

interface.lisp.

Reader: tag-a (instance)
Writer: (setf tag-a) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

a.

Reader: tag-b (instance)
Writer: (setf tag-b) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

b.

Reader: tag-direction (instance)
Writer: (setf tag-direction) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

direction.

Reader: tag-first-frame (instance)
Writer: (setf tag-first-frame) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

first-frame.

Reader: tag-g (instance)
Writer: (setf tag-g) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

g.

Reader: tag-last-frame (instance)
Writer: (setf tag-last-frame) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

last-frame.

Reader: tag-name (instance)
Writer: (setf tag-name) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

name.

Function: tag-p (object)
Package

cl-aseprite.

Source

interface.lisp.

Function: tag-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: tag-r (instance)
Writer: (setf tag-r) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

r.

Reader: tag-repeat (instance)
Writer: (setf tag-repeat) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

repeat.

Reader: tag-reserved (instance)
Writer: (setf tag-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Function: tags-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: tags-chunk-data-reserved (instance)
Writer: (setf tags-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: tags-chunk-data-size (instance)
Writer: (setf tags-chunk-data-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: tags-chunk-data-tags (instance)
Writer: (setf tags-chunk-data-tags) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

tags.

Function: text-user-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: text-user-data-text (instance)
Writer: (setf text-user-data-text) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

text.

Reader: user-data-chunk-data-color (instance)
Writer: (setf user-data-chunk-data-color) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

color.

Reader: user-data-chunk-data-has-color (instance)
Writer: (setf user-data-chunk-data-has-color) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

has-color.

Reader: user-data-chunk-data-has-properties (instance)
Writer: (setf user-data-chunk-data-has-properties) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

has-properties.

Reader: user-data-chunk-data-has-text (instance)
Writer: (setf user-data-chunk-data-has-text) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

has-text.

Function: user-data-chunk-data-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: user-data-chunk-data-properties (instance)
Writer: (setf user-data-chunk-data-properties) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

properties.

Reader: user-data-chunk-data-reserved (instance)
Writer: (setf user-data-chunk-data-reserved) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

reserved.

Reader: user-data-chunk-data-text (instance)
Writer: (setf user-data-chunk-data-text) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

text.

Reader: value-data (instance)
Writer: (setf value-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Function: value-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: value-type (instance)
Writer: (setf value-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.

Reader: vector*-data (instance)
Writer: (setf vector*-data) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

data.

Function: vector*-p (object)
Package

cl-aseprite.core.

Source

core.lisp.

Reader: vector*-size (instance)
Writer: (setf vector*-size) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

size.

Reader: vector*-type (instance)
Writer: (setf vector*-type) (instance)
Package

cl-aseprite.core.

Source

core.lisp.

Target Slot

type.


6.2.3 Structures

Structure: cel-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: layer-index
Type

(unsigned-byte 16)

Initform

0

Readers

cel-chunk-data-layer-index.

Writers

(setf cel-chunk-data-layer-index).

Slot: x-position
Type

(signed-byte 16)

Initform

0

Readers

cel-chunk-data-x-position.

Writers

(setf cel-chunk-data-x-position).

Slot: y-position
Type

(signed-byte 16)

Initform

0

Readers

cel-chunk-data-y-position.

Writers

(setf cel-chunk-data-y-position).

Slot: opacity
Type

(unsigned-byte 8)

Initform

0

Readers

cel-chunk-data-opacity.

Writers

(setf cel-chunk-data-opacity).

Slot: type
Package

common-lisp.

Type

symbol

Readers

cel-chunk-data-type.

Writers

(setf cel-chunk-data-type).

Slot: z-index
Type

(signed-byte 16)

Initform

0

Readers

cel-chunk-data-z-index.

Writers

(setf cel-chunk-data-z-index).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

cel-chunk-data-reserved.

Writers

(setf cel-chunk-data-reserved).

Slot: data
Readers

cel-chunk-data-data.

Writers

(setf cel-chunk-data-data).

Structure: chunk
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

chunk-size.

Writers

(setf chunk-size).

Slot: type
Package

common-lisp.

Type

symbol

Readers

chunk-type.

Writers

(setf chunk-type).

Slot: data
Readers

chunk-data.

Writers

(setf chunk-data).

Structure: color-profile-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: type
Package

common-lisp.

Type

symbol

Readers

color-profile-chunk-data-type.

Writers

(setf color-profile-chunk-data-type).

Slot: flags
Type

(unsigned-byte 16)

Initform

0

Readers

color-profile-chunk-data-flags.

Writers

(setf color-profile-chunk-data-flags).

Slot: gamma
Type

cl-aseprite.core::fixed-point

Readers

color-profile-chunk-data-gamma.

Writers

(setf color-profile-chunk-data-gamma).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

color-profile-chunk-data-reserved.

Writers

(setf color-profile-chunk-data-reserved).

Slot: icc-data
Readers

color-profile-chunk-data-icc-data.

Writers

(setf color-profile-chunk-data-icc-data).

Structure: color-user-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: r
Type

(unsigned-byte 8)

Initform

0

Readers

color-user-data-r.

Writers

(setf color-user-data-r).

Slot: g
Type

(unsigned-byte 8)

Initform

0

Readers

color-user-data-g.

Writers

(setf color-user-data-g).

Slot: b
Type

(unsigned-byte 8)

Initform

0

Readers

color-user-data-b.

Writers

(setf color-user-data-b).

Slot: a
Type

(unsigned-byte 8)

Initform

0

Readers

color-user-data-a.

Writers

(setf color-user-data-a).

Structure: compressed-image-cel-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

compressed-image-cel-data-width.

Writers

(setf compressed-image-cel-data-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

compressed-image-cel-data-height.

Writers

(setf compressed-image-cel-data-height).

Slot: data
Readers

compressed-image-cel-data-data.

Writers

(setf compressed-image-cel-data-data).

Structure: compressed-tilemap-cel-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

compressed-tilemap-cel-data-width.

Writers

(setf compressed-tilemap-cel-data-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

compressed-tilemap-cel-data-height.

Writers

(setf compressed-tilemap-cel-data-height).

Slot: bits-per-tile
Type

(unsigned-byte 16)

Initform

0

Readers

compressed-tilemap-cel-data-bits-per-tile.

Writers

(setf compressed-tilemap-cel-data-bits-per-tile).

Slot: id-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

compressed-tilemap-cel-data-id-bitmask.

Writers

(setf compressed-tilemap-cel-data-id-bitmask).

Slot: x-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

compressed-tilemap-cel-data-x-flip-bitmask.

Writers

(setf compressed-tilemap-cel-data-x-flip-bitmask).

Slot: y-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

compressed-tilemap-cel-data-y-flip-bitmask.

Writers

(setf compressed-tilemap-cel-data-y-flip-bitmask).

Slot: diagonal-flip-bitmask
Type

(unsigned-byte 32)

Initform

0

Readers

compressed-tilemap-cel-data-diagonal-flip-bitmask.

Writers

(setf compressed-tilemap-cel-data-diagonal-flip-bitmask).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

compressed-tilemap-cel-data-reserved.

Writers

(setf compressed-tilemap-cel-data-reserved).

Slot: data
Readers

compressed-tilemap-cel-data-data.

Writers

(setf compressed-tilemap-cel-data-data).

Structure: file
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: file-size
Type

(unsigned-byte 32)

Initform

0

Readers

file-file-size.

Writers

(setf file-file-size).

Slot: magic
Package

lisp-binary.

Type

(unsigned-byte 16)

Initform

0

Readers

file-magic.

Writers

(setf file-magic).

Slot: frames-size
Type

(unsigned-byte 16)

Initform

0

Readers

file-frames-size.

Writers

(setf file-frames-size).

Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

file-width.

Writers

(setf file-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

file-height.

Writers

(setf file-height).

Slot: color-depth
Type

(unsigned-byte 16)

Initform

0

Readers

file-color-depth.

Writers

(setf file-color-depth).

Slot: flags
Type

(unsigned-byte 32)

Initform

0

Readers

file-flags.

Writers

(setf file-flags).

Slot: speed
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

file-speed.

Writers

(setf file-speed).

Slot: reserved-1
Type

(simple-array (unsigned-byte 8))

Initform

0

Readers

file-reserved-1.

Writers

(setf file-reserved-1).

Slot: transparent-index
Type

(unsigned-byte 8)

Initform

0

Readers

file-transparent-index.

Writers

(setf file-transparent-index).

Slot: reserved-2
Type

(simple-array (unsigned-byte 8))

Initform

0

Readers

file-reserved-2.

Writers

(setf file-reserved-2).

Slot: colors
Type

(unsigned-byte 16)

Initform

0

Readers

file-colors.

Writers

(setf file-colors).

Slot: pixel-width
Type

(unsigned-byte 8)

Initform

0

Readers

file-pixel-width.

Writers

(setf file-pixel-width).

Slot: pixel-height
Type

(unsigned-byte 8)

Initform

0

Readers

file-pixel-height.

Writers

(setf file-pixel-height).

Slot: grid-x
Type

(signed-byte 16)

Initform

0

Readers

file-grid-x.

Writers

(setf file-grid-x).

Slot: grid-y
Type

(signed-byte 16)

Initform

0

Readers

file-grid-y.

Writers

(setf file-grid-y).

Slot: grid-width
Type

(unsigned-byte 16)

Initform

0

Readers

file-grid-width.

Writers

(setf file-grid-width).

Slot: grid-height
Type

(unsigned-byte 16)

Initform

0

Readers

file-grid-height.

Writers

(setf file-grid-height).

Slot: reserved-3
Type

(simple-array (unsigned-byte 8))

Initform

0

Readers

file-reserved-3.

Writers

(setf file-reserved-3).

Slot: frames
Type

(simple-array cl-aseprite.core::frame)

Readers

file-frames.

Writers

(setf file-frames).

Structure: fixed-point
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: numerator
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

fixed-point-numerator.

Writers

(setf fixed-point-numerator).

Slot: denominator
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

fixed-point-denominator.

Writers

(setf fixed-point-denominator).

Structure: frame
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: bytes
Type

(unsigned-byte 32)

Initform

0

Readers

frame-bytes.

Writers

(setf frame-bytes).

Slot: magic
Package

lisp-binary.

Type

(unsigned-byte 16)

Initform

0

Readers

frame-magic.

Writers

(setf frame-magic).

Slot: old-chunks
Type

(unsigned-byte 16)

Initform

0

Readers

frame-old-chunks.

Writers

(setf frame-old-chunks).

Slot: duration
Type

(unsigned-byte 16)

Initform

0

Readers

frame-duration.

Writers

(setf frame-duration).

Slot: reserved
Type

(unsigned-byte 16)

Initform

0

Readers

frame-reserved.

Writers

(setf frame-reserved).

Slot: new-chunks
Type

(unsigned-byte 32)

Initform

0

Readers

frame-new-chunks.

Writers

(setf frame-new-chunks).

Slot: chunks
Type

(simple-array cl-aseprite.core::chunk)

Readers

frame-chunks.

Writers

(setf frame-chunks).

Structure: icc-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

icc-data-size.

Writers

(setf icc-data-size).

Slot: data
Type

(simple-array (unsigned-byte 8))

Readers

icc-data-data.

Writers

(setf icc-data-data).

Structure: layer-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: visible
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-visible.

Writers

(setf layer-chunk-data-visible).

Slot: editable
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-editable.

Writers

(setf layer-chunk-data-editable).

Slot: locked
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-locked.

Writers

(setf layer-chunk-data-locked).

Slot: background
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-background.

Writers

(setf layer-chunk-data-background).

Slot: continuous
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-continuous.

Writers

(setf layer-chunk-data-continuous).

Slot: group-collapsed
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-group-collapsed.

Writers

(setf layer-chunk-data-group-collapsed).

Slot: reference
Type

(unsigned-byte 1)

Initform

0

Readers

layer-chunk-data-reference.

Writers

(setf layer-chunk-data-reference).

Slot: reserved*
Type

(unsigned-byte 9)

Initform

0

Readers

layer-chunk-data-reserved*.

Writers

(setf layer-chunk-data-reserved*).

Slot: type
Package

common-lisp.

Type

symbol

Initform

0

Readers

layer-chunk-data-type.

Writers

(setf layer-chunk-data-type).

Slot: child-level
Type

(unsigned-byte 16)

Initform

0

Readers

layer-chunk-data-child-level.

Writers

(setf layer-chunk-data-child-level).

Slot: default-width
Type

(unsigned-byte 16)

Initform

0

Readers

layer-chunk-data-default-width.

Writers

(setf layer-chunk-data-default-width).

Slot: default-height
Type

(unsigned-byte 16)

Initform

0

Readers

layer-chunk-data-default-height.

Writers

(setf layer-chunk-data-default-height).

Slot: blend-mode
Type

symbol

Initform

0

Readers

layer-chunk-data-blend-mode.

Writers

(setf layer-chunk-data-blend-mode).

Slot: opacity
Type

(unsigned-byte 8)

Initform

0

Readers

layer-chunk-data-opacity.

Writers

(setf layer-chunk-data-opacity).

Slot: reserved
Type

(unsigned-byte 24)

Initform

0

Readers

layer-chunk-data-reserved.

Writers

(setf layer-chunk-data-reserved).

Slot: name
Type

string

Initform

""

Readers

layer-chunk-data-name.

Writers

(setf layer-chunk-data-name).

Slot: tileset-index
Readers

layer-chunk-data-tileset-index.

Writers

(setf layer-chunk-data-tileset-index).

Structure: linked-cel-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: position
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

linked-cel-data-position.

Writers

(setf linked-cel-data-position).

Structure: old-palette-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 16)

Initform

0

Readers

old-palette-chunk-data-size.

Writers

(setf old-palette-chunk-data-size).

Slot: packets
Type

(simple-array cl-aseprite.core::old-palette-packet)

Readers

old-palette-chunk-data-packets.

Writers

(setf old-palette-chunk-data-packets).

Structure: old-palette-color
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: r
Type

(unsigned-byte 8)

Initform

0

Readers

old-palette-color-r.

Writers

(setf old-palette-color-r).

Slot: g
Type

(unsigned-byte 8)

Initform

0

Readers

old-palette-color-g.

Writers

(setf old-palette-color-g).

Slot: b
Type

(unsigned-byte 8)

Initform

0

Readers

old-palette-color-b.

Writers

(setf old-palette-color-b).

Structure: old-palette-packet
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: skip
Type

(unsigned-byte 8)

Initform

0

Readers

old-palette-packet-skip.

Writers

(setf old-palette-packet-skip).

Slot: size
Type

(unsigned-byte 8)

Initform

0

Readers

old-palette-packet-size.

Writers

(setf old-palette-packet-size).

Slot: colors
Type

(simple-array cl-aseprite.core::old-palette-color)

Readers

old-palette-packet-colors.

Writers

(setf old-palette-packet-colors).

Structure: palette-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

palette-chunk-data-size.

Writers

(setf palette-chunk-data-size).

Slot: first-index
Type

(unsigned-byte 32)

Initform

0

Readers

palette-chunk-data-first-index.

Writers

(setf palette-chunk-data-first-index).

Slot: last-index
Type

(unsigned-byte 32)

Initform

0

Readers

palette-chunk-data-last-index.

Writers

(setf palette-chunk-data-last-index).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

palette-chunk-data-reserved.

Writers

(setf palette-chunk-data-reserved).

Slot: entries
Type

(simple-array cl-aseprite.core::palette-entry)

Readers

palette-chunk-data-entries.

Writers

(setf palette-chunk-data-entries).

Structure: palette-entry
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: flags
Type

(unsigned-byte 16)

Initform

0

Readers

palette-entry-flags.

Writers

(setf palette-entry-flags).

Slot: r
Type

(unsigned-byte 8)

Initform

0

Readers

palette-entry-r.

Writers

(setf palette-entry-r).

Slot: g
Type

(unsigned-byte 8)

Initform

0

Readers

palette-entry-g.

Writers

(setf palette-entry-g).

Slot: b
Type

(unsigned-byte 8)

Initform

0

Readers

palette-entry-b.

Writers

(setf palette-entry-b).

Slot: a
Type

(unsigned-byte 8)

Initform

0

Readers

palette-entry-a.

Writers

(setf palette-entry-a).

Slot: name
Initform

""

Readers

palette-entry-name.

Writers

(setf palette-entry-name).

Structure: point
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: x
Type

(signed-byte 32)

Initform

0

Readers

point-x.

Writers

(setf point-x).

Slot: y
Type

(signed-byte 32)

Initform

0

Readers

point-y.

Writers

(setf point-y).

Structure: properties-map
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: key
Type

(unsigned-byte 32)

Initform

0

Readers

properties-map-key.

Writers

(setf properties-map-key).

Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

properties-map-size.

Writers

(setf properties-map-size).

Slot: properties
Type

(simple-array cl-aseprite.core::property)

Readers

properties-map-properties.

Writers

(setf properties-map-properties).

Structure: properties-map*
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

properties-map*-size.

Writers

(setf properties-map*-size).

Slot: properties
Type

(simple-array cl-aseprite.core::property)

Readers

properties-map*-properties.

Writers

(setf properties-map*-properties).

Structure: properties-user-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

properties-user-data-size.

Writers

(setf properties-user-data-size).

Slot: maps-size
Type

(unsigned-byte 32)

Initform

0

Readers

properties-user-data-maps-size.

Writers

(setf properties-user-data-maps-size).

Slot: properties-maps
Type

(simple-array cl-aseprite.core::properties-map)

Readers

properties-user-data-properties-maps.

Writers

(setf properties-user-data-properties-maps).

Structure: property
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: name
Type

string

Initform

""

Readers

property-name.

Writers

(setf property-name).

Slot: value
Type

cl-aseprite.core::value

Readers

property-value.

Writers

(setf property-value).

Structure: raw-cel-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: width
Type

(unsigned-byte 16)

Initform

0

Readers

raw-cel-data-width.

Writers

(setf raw-cel-data-width).

Slot: height
Type

(unsigned-byte 16)

Initform

0

Readers

raw-cel-data-height.

Writers

(setf raw-cel-data-height).

Slot: data
Type

(simple-array (unsigned-byte 8))

Readers

raw-cel-data-data.

Writers

(setf raw-cel-data-data).

Structure: rect
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: origin
Type

cl-aseprite.core::point

Readers

rect-origin.

Writers

(setf rect-origin).

Slot: size
Type

cl-aseprite.core::size

Readers

rect-size.

Writers

(setf rect-size).

Structure: size
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: width
Type

(signed-byte 32)

Initform

0

Readers

size-width.

Writers

(setf size-width).

Slot: height
Type

(signed-byte 32)

Initform

0

Readers

size-height.

Writers

(setf size-height).

Structure: tag
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: first-frame
Type

(unsigned-byte 16)

Initform

0

Readers

tag-first-frame.

Writers

(setf tag-first-frame).

Slot: last-frame
Type

(unsigned-byte 16)

Initform

0

Readers

tag-last-frame.

Writers

(setf tag-last-frame).

Slot: direction
Type

symbol

Readers

tag-direction.

Writers

(setf tag-direction).

Slot: repeat
Type

(unsigned-byte 16)

Initform

0

Readers

tag-repeat.

Writers

(setf tag-repeat).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

tag-reserved.

Writers

(setf tag-reserved).

Slot: r
Type

(unsigned-byte 8)

Initform

0

Readers

tag-r.

Writers

(setf tag-r).

Slot: g
Type

(unsigned-byte 8)

Initform

0

Readers

tag-g.

Writers

(setf tag-g).

Slot: b
Type

(unsigned-byte 8)

Initform

0

Readers

tag-b.

Writers

(setf tag-b).

Slot: a
Type

(unsigned-byte 8)

Initform

0

Readers

tag-a.

Writers

(setf tag-a).

Slot: name
Type

string

Initform

""

Readers

tag-name.

Writers

(setf tag-name).

Structure: tags-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 16)

Initform

0

Readers

tags-chunk-data-size.

Writers

(setf tags-chunk-data-size).

Slot: reserved
Type

(simple-array (unsigned-byte 8))

Readers

tags-chunk-data-reserved.

Writers

(setf tags-chunk-data-reserved).

Slot: tags
Type

(simple-array cl-aseprite.core::tag)

Readers

tags-chunk-data-tags.

Writers

(setf tags-chunk-data-tags).

Structure: text-user-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: text
Type

string

Initform

""

Readers

text-user-data-text.

Writers

(setf text-user-data-text).

Structure: user-data-chunk-data
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: has-text
Type

(unsigned-byte 1)

Initform

0

Readers

user-data-chunk-data-has-text.

Writers

(setf user-data-chunk-data-has-text).

Slot: has-color
Type

(unsigned-byte 1)

Initform

0

Readers

user-data-chunk-data-has-color.

Writers

(setf user-data-chunk-data-has-color).

Slot: has-properties
Type

(unsigned-byte 1)

Initform

0

Readers

user-data-chunk-data-has-properties.

Writers

(setf user-data-chunk-data-has-properties).

Slot: reserved
Type

(unsigned-byte 29)

Initform

0

Readers

user-data-chunk-data-reserved.

Writers

(setf user-data-chunk-data-reserved).

Slot: text
Readers

user-data-chunk-data-text.

Writers

(setf user-data-chunk-data-text).

Slot: color
Readers

user-data-chunk-data-color.

Writers

(setf user-data-chunk-data-color).

Slot: properties
Readers

user-data-chunk-data-properties.

Writers

(setf user-data-chunk-data-properties).

Structure: value
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: type
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

value-type.

Writers

(setf value-type).

Slot: data
Readers

value-data.

Writers

(setf value-data).

Structure: vector*
Package

cl-aseprite.core.

Source

core.lisp.

Direct superclasses

structure-object.

Direct methods

write-binary.

Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

vector*-size.

Writers

(setf vector*-size).

Slot: type
Package

common-lisp.

Type

(unsigned-byte 16)

Initform

0

Readers

vector*-type.

Writers

(setf vector*-type).

Slot: data
Readers

vector*-data.

Writers

(setf vector*-data).


6.2.4 Types

Type: animation-direction ()
Package

cl-aseprite.core.

Source

core.lisp.

Type: cel-type ()
Package

cl-aseprite.core.

Source

core.lisp.

Type: chunk-type ()
Package

cl-aseprite.core.

Source

core.lisp.

Type: color-profile-type ()
Package

cl-aseprite.core.

Source

core.lisp.

Type: layer-blend-mode ()
Package

cl-aseprite.core.

Source

core.lisp.

Type: layer-type ()
Package

cl-aseprite.core.

Source

core.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
C   F   I   L   M   O   P   R   S   T   U   V   W  
Index Entry  Section

(
(setf cel-chunk-data-data): Private ordinary functions
(setf cel-chunk-data-layer-index): Private ordinary functions
(setf cel-chunk-data-opacity): Private ordinary functions
(setf cel-chunk-data-reserved): Private ordinary functions
(setf cel-chunk-data-type): Private ordinary functions
(setf cel-chunk-data-x-position): Private ordinary functions
(setf cel-chunk-data-y-position): Private ordinary functions
(setf cel-chunk-data-z-index): Private ordinary functions
(setf cel-data): Public ordinary functions
(setf cel-diagonal-flip-bitmask): Public ordinary functions
(setf cel-duration): Public ordinary functions
(setf cel-frame-position): Public ordinary functions
(setf cel-height): Public ordinary functions
(setf cel-id-bitmask): Public ordinary functions
(setf cel-opacity): Public ordinary functions
(setf cel-type): Public ordinary functions
(setf cel-user-data): Public ordinary functions
(setf cel-width): Public ordinary functions
(setf cel-x): Public ordinary functions
(setf cel-x-flip-bitmask): Public ordinary functions
(setf cel-y): Public ordinary functions
(setf cel-y-flip-bitmask): Public ordinary functions
(setf cel-z-index): Public ordinary functions
(setf chunk-data): Private ordinary functions
(setf chunk-size): Private ordinary functions
(setf chunk-type): Private ordinary functions
(setf color-profile-chunk-data-flags): Private ordinary functions
(setf color-profile-chunk-data-gamma): Private ordinary functions
(setf color-profile-chunk-data-icc-data): Private ordinary functions
(setf color-profile-chunk-data-reserved): Private ordinary functions
(setf color-profile-chunk-data-type): Private ordinary functions
(setf color-user-data-a): Private ordinary functions
(setf color-user-data-b): Private ordinary functions
(setf color-user-data-g): Private ordinary functions
(setf color-user-data-r): Private ordinary functions
(setf compressed-image-cel-data-data): Private ordinary functions
(setf compressed-image-cel-data-height): Private ordinary functions
(setf compressed-image-cel-data-width): Private ordinary functions
(setf compressed-tilemap-cel-data-bits-per-tile): Private ordinary functions
(setf compressed-tilemap-cel-data-data): Private ordinary functions
(setf compressed-tilemap-cel-data-diagonal-flip-bitmask): Private ordinary functions
(setf compressed-tilemap-cel-data-height): Private ordinary functions
(setf compressed-tilemap-cel-data-id-bitmask): Private ordinary functions
(setf compressed-tilemap-cel-data-reserved): Private ordinary functions
(setf compressed-tilemap-cel-data-width): Private ordinary functions
(setf compressed-tilemap-cel-data-x-flip-bitmask): Private ordinary functions
(setf compressed-tilemap-cel-data-y-flip-bitmask): Private ordinary functions
(setf file-color-depth): Private ordinary functions
(setf file-colors): Private ordinary functions
(setf file-file-size): Private ordinary functions
(setf file-flags): Private ordinary functions
(setf file-frames): Private ordinary functions
(setf file-frames-size): Private ordinary functions
(setf file-grid-height): Private ordinary functions
(setf file-grid-width): Private ordinary functions
(setf file-grid-x): Private ordinary functions
(setf file-grid-y): Private ordinary functions
(setf file-height): Private ordinary functions
(setf file-magic): Private ordinary functions
(setf file-pixel-height): Private ordinary functions
(setf file-pixel-width): Private ordinary functions
(setf file-reserved-1): Private ordinary functions
(setf file-reserved-2): Private ordinary functions
(setf file-reserved-3): Private ordinary functions
(setf file-speed): Private ordinary functions
(setf file-transparent-index): Private ordinary functions
(setf file-width): Private ordinary functions
(setf fixed-point-denominator): Private ordinary functions
(setf fixed-point-numerator): Private ordinary functions
(setf frame-bytes): Private ordinary functions
(setf frame-chunks): Private ordinary functions
(setf frame-duration): Private ordinary functions
(setf frame-magic): Private ordinary functions
(setf frame-new-chunks): Private ordinary functions
(setf frame-old-chunks): Private ordinary functions
(setf frame-reserved): Private ordinary functions
(setf icc-data-data): Private ordinary functions
(setf icc-data-size): Private ordinary functions
(setf layer-backgroundp): Public ordinary functions
(setf layer-blend-mode): Public ordinary functions
(setf layer-cels): Public ordinary functions
(setf layer-child-level): Public ordinary functions
(setf layer-chunk-data-background): Private ordinary functions
(setf layer-chunk-data-blend-mode): Private ordinary functions
(setf layer-chunk-data-child-level): Private ordinary functions
(setf layer-chunk-data-continuous): Private ordinary functions
(setf layer-chunk-data-default-height): Private ordinary functions
(setf layer-chunk-data-default-width): Private ordinary functions
(setf layer-chunk-data-editable): Private ordinary functions
(setf layer-chunk-data-group-collapsed): Private ordinary functions
(setf layer-chunk-data-locked): Private ordinary functions
(setf layer-chunk-data-name): Private ordinary functions
(setf layer-chunk-data-opacity): Private ordinary functions
(setf layer-chunk-data-reference): Private ordinary functions
(setf layer-chunk-data-reserved): Private ordinary functions
(setf layer-chunk-data-reserved*): Private ordinary functions
(setf layer-chunk-data-tileset-index): Private ordinary functions
(setf layer-chunk-data-type): Private ordinary functions
(setf layer-chunk-data-visible): Private ordinary functions
(setf layer-continuousp): Public ordinary functions
(setf layer-opacity): Public ordinary functions
(setf layer-referencep): Public ordinary functions
(setf layer-tileset-index): Public ordinary functions
(setf layer-type): Public ordinary functions
(setf layer-user-data): Public ordinary functions
(setf layer-visiblep): Public ordinary functions
(setf linked-cel-data-position): Private ordinary functions
(setf old-palette-chunk-data-packets): Private ordinary functions
(setf old-palette-chunk-data-size): Private ordinary functions
(setf old-palette-color-b): Private ordinary functions
(setf old-palette-color-g): Private ordinary functions
(setf old-palette-color-r): Private ordinary functions
(setf old-palette-packet-colors): Private ordinary functions
(setf old-palette-packet-size): Private ordinary functions
(setf old-palette-packet-skip): Private ordinary functions
(setf palette-chunk-data-entries): Private ordinary functions
(setf palette-chunk-data-first-index): Private ordinary functions
(setf palette-chunk-data-last-index): Private ordinary functions
(setf palette-chunk-data-reserved): Private ordinary functions
(setf palette-chunk-data-size): Private ordinary functions
(setf palette-entry-a): Private ordinary functions
(setf palette-entry-b): Private ordinary functions
(setf palette-entry-flags): Private ordinary functions
(setf palette-entry-g): Private ordinary functions
(setf palette-entry-name): Private ordinary functions
(setf palette-entry-r): Private ordinary functions
(setf point-x): Private ordinary functions
(setf point-y): Private ordinary functions
(setf properties-map*-properties): Private ordinary functions
(setf properties-map*-size): Private ordinary functions
(setf properties-map-key): Private ordinary functions
(setf properties-map-properties): Private ordinary functions
(setf properties-map-size): Private ordinary functions
(setf properties-user-data-maps-size): Private ordinary functions
(setf properties-user-data-properties-maps): Private ordinary functions
(setf properties-user-data-size): Private ordinary functions
(setf property-name): Private ordinary functions
(setf property-value): Private ordinary functions
(setf raw-cel-data-data): Private ordinary functions
(setf raw-cel-data-height): Private ordinary functions
(setf raw-cel-data-width): Private ordinary functions
(setf rect-origin): Private ordinary functions
(setf rect-size): Private ordinary functions
(setf size-height): Private ordinary functions
(setf size-width): Private ordinary functions
(setf sprite-color-depth): Public ordinary functions
(setf sprite-color-profile): Public ordinary functions
(setf sprite-colors): Public ordinary functions
(setf sprite-frames): Public ordinary functions
(setf sprite-has-opacity-p): Public ordinary functions
(setf sprite-height): Public ordinary functions
(setf sprite-layers): Public ordinary functions
(setf sprite-palette): Public ordinary functions
(setf sprite-pixel-ratio): Public ordinary functions
(setf sprite-tags): Public ordinary functions
(setf sprite-transparent-index): Public ordinary functions
(setf sprite-user-data): Public ordinary functions
(setf sprite-width): Public ordinary functions
(setf tag-a): Private ordinary functions
(setf tag-b): Private ordinary functions
(setf tag-direction): Public ordinary functions
(setf tag-direction): Private ordinary functions
(setf tag-first-frame): Public ordinary functions
(setf tag-first-frame): Private ordinary functions
(setf tag-g): Private ordinary functions
(setf tag-last-frame): Public ordinary functions
(setf tag-last-frame): Private ordinary functions
(setf tag-name): Private ordinary functions
(setf tag-r): Private ordinary functions
(setf tag-repeat): Public ordinary functions
(setf tag-repeat): Private ordinary functions
(setf tag-reserved): Private ordinary functions
(setf tag-user-data): Public ordinary functions
(setf tags-chunk-data-reserved): Private ordinary functions
(setf tags-chunk-data-size): Private ordinary functions
(setf tags-chunk-data-tags): Private ordinary functions
(setf text-user-data-text): Private ordinary functions
(setf user-data-chunk-data-color): Private ordinary functions
(setf user-data-chunk-data-has-color): Private ordinary functions
(setf user-data-chunk-data-has-properties): Private ordinary functions
(setf user-data-chunk-data-has-text): Private ordinary functions
(setf user-data-chunk-data-properties): Private ordinary functions
(setf user-data-chunk-data-reserved): Private ordinary functions
(setf user-data-chunk-data-text): Private ordinary functions
(setf value-data): Private ordinary functions
(setf value-type): Private ordinary functions
(setf vector*-data): Private ordinary functions
(setf vector*-size): Private ordinary functions
(setf vector*-type): Private ordinary functions

C
cel-chunk-data-data: Private ordinary functions
cel-chunk-data-layer-index: Private ordinary functions
cel-chunk-data-opacity: Private ordinary functions
cel-chunk-data-p: Private ordinary functions
cel-chunk-data-reserved: Private ordinary functions
cel-chunk-data-type: Private ordinary functions
cel-chunk-data-x-position: Private ordinary functions
cel-chunk-data-y-position: Private ordinary functions
cel-chunk-data-z-index: Private ordinary functions
cel-data: Public ordinary functions
cel-diagonal-flip-bitmask: Public ordinary functions
cel-duration: Public ordinary functions
cel-frame-position: Public ordinary functions
cel-height: Public ordinary functions
cel-id-bitmask: Public ordinary functions
cel-opacity: Public ordinary functions
cel-p: Private ordinary functions
cel-type: Public ordinary functions
cel-user-data: Public ordinary functions
cel-width: Public ordinary functions
cel-x: Public ordinary functions
cel-x-flip-bitmask: Public ordinary functions
cel-y: Public ordinary functions
cel-y-flip-bitmask: Public ordinary functions
cel-z-index: Public ordinary functions
chunk-data: Private ordinary functions
chunk-p: Private ordinary functions
chunk-size: Private ordinary functions
chunk-type: Private ordinary functions
color-profile-chunk-data-flags: Private ordinary functions
color-profile-chunk-data-gamma: Private ordinary functions
color-profile-chunk-data-icc-data: Private ordinary functions
color-profile-chunk-data-p: Private ordinary functions
color-profile-chunk-data-reserved: Private ordinary functions
color-profile-chunk-data-type: Private ordinary functions
color-user-data-a: Private ordinary functions
color-user-data-b: Private ordinary functions
color-user-data-g: Private ordinary functions
color-user-data-p: Private ordinary functions
color-user-data-r: Private ordinary functions
compressed-image-cel-data-data: Private ordinary functions
compressed-image-cel-data-height: Private ordinary functions
compressed-image-cel-data-p: Private ordinary functions
compressed-image-cel-data-width: Private ordinary functions
compressed-tilemap-cel-data-bits-per-tile: Private ordinary functions
compressed-tilemap-cel-data-data: Private ordinary functions
compressed-tilemap-cel-data-diagonal-flip-bitmask: Private ordinary functions
compressed-tilemap-cel-data-height: Private ordinary functions
compressed-tilemap-cel-data-id-bitmask: Private ordinary functions
compressed-tilemap-cel-data-p: Private ordinary functions
compressed-tilemap-cel-data-reserved: Private ordinary functions
compressed-tilemap-cel-data-width: Private ordinary functions
compressed-tilemap-cel-data-x-flip-bitmask: Private ordinary functions
compressed-tilemap-cel-data-y-flip-bitmask: Private ordinary functions
copy-cel: Private ordinary functions
copy-cel-chunk-data: Private ordinary functions
copy-chunk: Private ordinary functions
copy-color-profile-chunk-data: Private ordinary functions
copy-color-user-data: Private ordinary functions
copy-compressed-image-cel-data: Private ordinary functions
copy-compressed-tilemap-cel-data: Private ordinary functions
copy-file: Private ordinary functions
copy-fixed-point: Private ordinary functions
copy-frame: Private ordinary functions
copy-icc-data: Private ordinary functions
copy-layer: Private ordinary functions
copy-layer-chunk-data: Private ordinary functions
copy-linked-cel-data: Private ordinary functions
copy-old-palette-chunk-data: Private ordinary functions
copy-old-palette-color: Private ordinary functions
copy-old-palette-packet: Private ordinary functions
copy-palette-chunk-data: Private ordinary functions
copy-palette-entry: Private ordinary functions
copy-point: Private ordinary functions
copy-properties-map: Private ordinary functions
copy-properties-map*: Private ordinary functions
copy-properties-user-data: Private ordinary functions
copy-property: Private ordinary functions
copy-raw-cel-data: Private ordinary functions
copy-rect: Private ordinary functions
copy-size: Private ordinary functions
copy-sprite: Private ordinary functions
copy-tag: Private ordinary functions
copy-tag: Private ordinary functions
copy-tags-chunk-data: Private ordinary functions
copy-text-user-data: Private ordinary functions
copy-user-data-chunk-data: Private ordinary functions
copy-value: Private ordinary functions
copy-vector*: Private ordinary functions

F
file-color-depth: Private ordinary functions
file-colors: Private ordinary functions
file-file-size: Private ordinary functions
file-flags: Private ordinary functions
file-frames: Private ordinary functions
file-frames-size: Private ordinary functions
file-grid-height: Private ordinary functions
file-grid-width: Private ordinary functions
file-grid-x: Private ordinary functions
file-grid-y: Private ordinary functions
file-height: Private ordinary functions
file-magic: Private ordinary functions
file-p: Private ordinary functions
file-pixel-height: Private ordinary functions
file-pixel-width: Private ordinary functions
file-reserved-1: Private ordinary functions
file-reserved-2: Private ordinary functions
file-reserved-3: Private ordinary functions
file-speed: Private ordinary functions
file-transparent-index: Private ordinary functions
file-width: Private ordinary functions
fixed-point-denominator: Private ordinary functions
fixed-point-numerator: Private ordinary functions
fixed-point-p: Private ordinary functions
frame-bytes: Private ordinary functions
frame-chunks: Private ordinary functions
frame-duration: Private ordinary functions
frame-magic: Private ordinary functions
frame-new-chunks: Private ordinary functions
frame-old-chunks: Private ordinary functions
frame-p: Private ordinary functions
frame-reserved: Private ordinary functions
Function, (setf cel-chunk-data-data): Private ordinary functions
Function, (setf cel-chunk-data-layer-index): Private ordinary functions
Function, (setf cel-chunk-data-opacity): Private ordinary functions
Function, (setf cel-chunk-data-reserved): Private ordinary functions
Function, (setf cel-chunk-data-type): Private ordinary functions
Function, (setf cel-chunk-data-x-position): Private ordinary functions
Function, (setf cel-chunk-data-y-position): Private ordinary functions
Function, (setf cel-chunk-data-z-index): Private ordinary functions
Function, (setf cel-data): Public ordinary functions
Function, (setf cel-diagonal-flip-bitmask): Public ordinary functions
Function, (setf cel-duration): Public ordinary functions
Function, (setf cel-frame-position): Public ordinary functions
Function, (setf cel-height): Public ordinary functions
Function, (setf cel-id-bitmask): Public ordinary functions
Function, (setf cel-opacity): Public ordinary functions
Function, (setf cel-type): Public ordinary functions
Function, (setf cel-user-data): Public ordinary functions
Function, (setf cel-width): Public ordinary functions
Function, (setf cel-x): Public ordinary functions
Function, (setf cel-x-flip-bitmask): Public ordinary functions
Function, (setf cel-y): Public ordinary functions
Function, (setf cel-y-flip-bitmask): Public ordinary functions
Function, (setf cel-z-index): Public ordinary functions
Function, (setf chunk-data): Private ordinary functions
Function, (setf chunk-size): Private ordinary functions
Function, (setf chunk-type): Private ordinary functions
Function, (setf color-profile-chunk-data-flags): Private ordinary functions
Function, (setf color-profile-chunk-data-gamma): Private ordinary functions
Function, (setf color-profile-chunk-data-icc-data): Private ordinary functions
Function, (setf color-profile-chunk-data-reserved): Private ordinary functions
Function, (setf color-profile-chunk-data-type): Private ordinary functions
Function, (setf color-user-data-a): Private ordinary functions
Function, (setf color-user-data-b): Private ordinary functions
Function, (setf color-user-data-g): Private ordinary functions
Function, (setf color-user-data-r): Private ordinary functions
Function, (setf compressed-image-cel-data-data): Private ordinary functions
Function, (setf compressed-image-cel-data-height): Private ordinary functions
Function, (setf compressed-image-cel-data-width): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-bits-per-tile): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-data): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-diagonal-flip-bitmask): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-height): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-id-bitmask): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-reserved): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-width): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-x-flip-bitmask): Private ordinary functions
Function, (setf compressed-tilemap-cel-data-y-flip-bitmask): Private ordinary functions
Function, (setf file-color-depth): Private ordinary functions
Function, (setf file-colors): Private ordinary functions
Function, (setf file-file-size): Private ordinary functions
Function, (setf file-flags): Private ordinary functions
Function, (setf file-frames): Private ordinary functions
Function, (setf file-frames-size): Private ordinary functions
Function, (setf file-grid-height): Private ordinary functions
Function, (setf file-grid-width): Private ordinary functions
Function, (setf file-grid-x): Private ordinary functions
Function, (setf file-grid-y): Private ordinary functions
Function, (setf file-height): Private ordinary functions
Function, (setf file-magic): Private ordinary functions
Function, (setf file-pixel-height): Private ordinary functions
Function, (setf file-pixel-width): Private ordinary functions
Function, (setf file-reserved-1): Private ordinary functions
Function, (setf file-reserved-2): Private ordinary functions
Function, (setf file-reserved-3): Private ordinary functions
Function, (setf file-speed): Private ordinary functions
Function, (setf file-transparent-index): Private ordinary functions
Function, (setf file-width): Private ordinary functions
Function, (setf fixed-point-denominator): Private ordinary functions
Function, (setf fixed-point-numerator): Private ordinary functions
Function, (setf frame-bytes): Private ordinary functions
Function, (setf frame-chunks): Private ordinary functions
Function, (setf frame-duration): Private ordinary functions
Function, (setf frame-magic): Private ordinary functions
Function, (setf frame-new-chunks): Private ordinary functions
Function, (setf frame-old-chunks): Private ordinary functions
Function, (setf frame-reserved): Private ordinary functions
Function, (setf icc-data-data): Private ordinary functions
Function, (setf icc-data-size): Private ordinary functions
Function, (setf layer-backgroundp): Public ordinary functions
Function, (setf layer-blend-mode): Public ordinary functions
Function, (setf layer-cels): Public ordinary functions
Function, (setf layer-child-level): Public ordinary functions
Function, (setf layer-chunk-data-background): Private ordinary functions
Function, (setf layer-chunk-data-blend-mode): Private ordinary functions
Function, (setf layer-chunk-data-child-level): Private ordinary functions
Function, (setf layer-chunk-data-continuous): Private ordinary functions
Function, (setf layer-chunk-data-default-height): Private ordinary functions
Function, (setf layer-chunk-data-default-width): Private ordinary functions
Function, (setf layer-chunk-data-editable): Private ordinary functions
Function, (setf layer-chunk-data-group-collapsed): Private ordinary functions
Function, (setf layer-chunk-data-locked): Private ordinary functions
Function, (setf layer-chunk-data-name): Private ordinary functions
Function, (setf layer-chunk-data-opacity): Private ordinary functions
Function, (setf layer-chunk-data-reference): Private ordinary functions
Function, (setf layer-chunk-data-reserved): Private ordinary functions
Function, (setf layer-chunk-data-reserved*): Private ordinary functions
Function, (setf layer-chunk-data-tileset-index): Private ordinary functions
Function, (setf layer-chunk-data-type): Private ordinary functions
Function, (setf layer-chunk-data-visible): Private ordinary functions
Function, (setf layer-continuousp): Public ordinary functions
Function, (setf layer-opacity): Public ordinary functions
Function, (setf layer-referencep): Public ordinary functions
Function, (setf layer-tileset-index): Public ordinary functions
Function, (setf layer-type): Public ordinary functions
Function, (setf layer-user-data): Public ordinary functions
Function, (setf layer-visiblep): Public ordinary functions
Function, (setf linked-cel-data-position): Private ordinary functions
Function, (setf old-palette-chunk-data-packets): Private ordinary functions
Function, (setf old-palette-chunk-data-size): Private ordinary functions
Function, (setf old-palette-color-b): Private ordinary functions
Function, (setf old-palette-color-g): Private ordinary functions
Function, (setf old-palette-color-r): Private ordinary functions
Function, (setf old-palette-packet-colors): Private ordinary functions
Function, (setf old-palette-packet-size): Private ordinary functions
Function, (setf old-palette-packet-skip): Private ordinary functions
Function, (setf palette-chunk-data-entries): Private ordinary functions
Function, (setf palette-chunk-data-first-index): Private ordinary functions
Function, (setf palette-chunk-data-last-index): Private ordinary functions
Function, (setf palette-chunk-data-reserved): Private ordinary functions
Function, (setf palette-chunk-data-size): Private ordinary functions
Function, (setf palette-entry-a): Private ordinary functions
Function, (setf palette-entry-b): Private ordinary functions
Function, (setf palette-entry-flags): Private ordinary functions
Function, (setf palette-entry-g): Private ordinary functions
Function, (setf palette-entry-name): Private ordinary functions
Function, (setf palette-entry-r): Private ordinary functions
Function, (setf point-x): Private ordinary functions
Function, (setf point-y): Private ordinary functions
Function, (setf properties-map*-properties): Private ordinary functions
Function, (setf properties-map*-size): Private ordinary functions
Function, (setf properties-map-key): Private ordinary functions
Function, (setf properties-map-properties): Private ordinary functions
Function, (setf properties-map-size): Private ordinary functions
Function, (setf properties-user-data-maps-size): Private ordinary functions
Function, (setf properties-user-data-properties-maps): Private ordinary functions
Function, (setf properties-user-data-size): Private ordinary functions
Function, (setf property-name): Private ordinary functions
Function, (setf property-value): Private ordinary functions
Function, (setf raw-cel-data-data): Private ordinary functions
Function, (setf raw-cel-data-height): Private ordinary functions
Function, (setf raw-cel-data-width): Private ordinary functions
Function, (setf rect-origin): Private ordinary functions
Function, (setf rect-size): Private ordinary functions
Function, (setf size-height): Private ordinary functions
Function, (setf size-width): Private ordinary functions
Function, (setf sprite-color-depth): Public ordinary functions
Function, (setf sprite-color-profile): Public ordinary functions
Function, (setf sprite-colors): Public ordinary functions
Function, (setf sprite-frames): Public ordinary functions
Function, (setf sprite-has-opacity-p): Public ordinary functions
Function, (setf sprite-height): Public ordinary functions
Function, (setf sprite-layers): Public ordinary functions
Function, (setf sprite-palette): Public ordinary functions
Function, (setf sprite-pixel-ratio): Public ordinary functions
Function, (setf sprite-tags): Public ordinary functions
Function, (setf sprite-transparent-index): Public ordinary functions
Function, (setf sprite-user-data): Public ordinary functions
Function, (setf sprite-width): Public ordinary functions
Function, (setf tag-a): Private ordinary functions
Function, (setf tag-b): Private ordinary functions
Function, (setf tag-direction): Public ordinary functions
Function, (setf tag-direction): Private ordinary functions
Function, (setf tag-first-frame): Public ordinary functions
Function, (setf tag-first-frame): Private ordinary functions
Function, (setf tag-g): Private ordinary functions
Function, (setf tag-last-frame): Public ordinary functions
Function, (setf tag-last-frame): Private ordinary functions
Function, (setf tag-name): Private ordinary functions
Function, (setf tag-r): Private ordinary functions
Function, (setf tag-repeat): Public ordinary functions
Function, (setf tag-repeat): Private ordinary functions
Function, (setf tag-reserved): Private ordinary functions
Function, (setf tag-user-data): Public ordinary functions
Function, (setf tags-chunk-data-reserved): Private ordinary functions
Function, (setf tags-chunk-data-size): Private ordinary functions
Function, (setf tags-chunk-data-tags): Private ordinary functions
Function, (setf text-user-data-text): Private ordinary functions
Function, (setf user-data-chunk-data-color): Private ordinary functions
Function, (setf user-data-chunk-data-has-color): Private ordinary functions
Function, (setf user-data-chunk-data-has-properties): Private ordinary functions
Function, (setf user-data-chunk-data-has-text): Private ordinary functions
Function, (setf user-data-chunk-data-properties): Private ordinary functions
Function, (setf user-data-chunk-data-reserved): Private ordinary functions
Function, (setf user-data-chunk-data-text): Private ordinary functions
Function, (setf value-data): Private ordinary functions
Function, (setf value-type): Private ordinary functions
Function, (setf vector*-data): Private ordinary functions
Function, (setf vector*-size): Private ordinary functions
Function, (setf vector*-type): Private ordinary functions
Function, cel-chunk-data-data: Private ordinary functions
Function, cel-chunk-data-layer-index: Private ordinary functions
Function, cel-chunk-data-opacity: Private ordinary functions
Function, cel-chunk-data-p: Private ordinary functions
Function, cel-chunk-data-reserved: Private ordinary functions
Function, cel-chunk-data-type: Private ordinary functions
Function, cel-chunk-data-x-position: Private ordinary functions
Function, cel-chunk-data-y-position: Private ordinary functions
Function, cel-chunk-data-z-index: Private ordinary functions
Function, cel-data: Public ordinary functions
Function, cel-diagonal-flip-bitmask: Public ordinary functions
Function, cel-duration: Public ordinary functions
Function, cel-frame-position: Public ordinary functions
Function, cel-height: Public ordinary functions
Function, cel-id-bitmask: Public ordinary functions
Function, cel-opacity: Public ordinary functions
Function, cel-p: Private ordinary functions
Function, cel-type: Public ordinary functions
Function, cel-user-data: Public ordinary functions
Function, cel-width: Public ordinary functions
Function, cel-x: Public ordinary functions
Function, cel-x-flip-bitmask: Public ordinary functions
Function, cel-y: Public ordinary functions
Function, cel-y-flip-bitmask: Public ordinary functions
Function, cel-z-index: Public ordinary functions
Function, chunk-data: Private ordinary functions
Function, chunk-p: Private ordinary functions
Function, chunk-size: Private ordinary functions
Function, chunk-type: Private ordinary functions
Function, color-profile-chunk-data-flags: Private ordinary functions
Function, color-profile-chunk-data-gamma: Private ordinary functions
Function, color-profile-chunk-data-icc-data: Private ordinary functions
Function, color-profile-chunk-data-p: Private ordinary functions
Function, color-profile-chunk-data-reserved: Private ordinary functions
Function, color-profile-chunk-data-type: Private ordinary functions
Function, color-user-data-a: Private ordinary functions
Function, color-user-data-b: Private ordinary functions
Function, color-user-data-g: Private ordinary functions
Function, color-user-data-p: Private ordinary functions
Function, color-user-data-r: Private ordinary functions
Function, compressed-image-cel-data-data: Private ordinary functions
Function, compressed-image-cel-data-height: Private ordinary functions
Function, compressed-image-cel-data-p: Private ordinary functions
Function, compressed-image-cel-data-width: Private ordinary functions
Function, compressed-tilemap-cel-data-bits-per-tile: Private ordinary functions
Function, compressed-tilemap-cel-data-data: Private ordinary functions
Function, compressed-tilemap-cel-data-diagonal-flip-bitmask: Private ordinary functions
Function, compressed-tilemap-cel-data-height: Private ordinary functions
Function, compressed-tilemap-cel-data-id-bitmask: Private ordinary functions
Function, compressed-tilemap-cel-data-p: Private ordinary functions
Function, compressed-tilemap-cel-data-reserved: Private ordinary functions
Function, compressed-tilemap-cel-data-width: Private ordinary functions
Function, compressed-tilemap-cel-data-x-flip-bitmask: Private ordinary functions
Function, compressed-tilemap-cel-data-y-flip-bitmask: Private ordinary functions
Function, copy-cel: Private ordinary functions
Function, copy-cel-chunk-data: Private ordinary functions
Function, copy-chunk: Private ordinary functions
Function, copy-color-profile-chunk-data: Private ordinary functions
Function, copy-color-user-data: Private ordinary functions
Function, copy-compressed-image-cel-data: Private ordinary functions
Function, copy-compressed-tilemap-cel-data: Private ordinary functions
Function, copy-file: Private ordinary functions
Function, copy-fixed-point: Private ordinary functions
Function, copy-frame: Private ordinary functions
Function, copy-icc-data: Private ordinary functions
Function, copy-layer: Private ordinary functions
Function, copy-layer-chunk-data: Private ordinary functions
Function, copy-linked-cel-data: Private ordinary functions
Function, copy-old-palette-chunk-data: Private ordinary functions
Function, copy-old-palette-color: Private ordinary functions
Function, copy-old-palette-packet: Private ordinary functions
Function, copy-palette-chunk-data: Private ordinary functions
Function, copy-palette-entry: Private ordinary functions
Function, copy-point: Private ordinary functions
Function, copy-properties-map: Private ordinary functions
Function, copy-properties-map*: Private ordinary functions
Function, copy-properties-user-data: Private ordinary functions
Function, copy-property: Private ordinary functions
Function, copy-raw-cel-data: Private ordinary functions
Function, copy-rect: Private ordinary functions
Function, copy-size: Private ordinary functions
Function, copy-sprite: Private ordinary functions
Function, copy-tag: Private ordinary functions
Function, copy-tag: Private ordinary functions
Function, copy-tags-chunk-data: Private ordinary functions
Function, copy-text-user-data: Private ordinary functions
Function, copy-user-data-chunk-data: Private ordinary functions
Function, copy-value: Private ordinary functions
Function, copy-vector*: Private ordinary functions
Function, file-color-depth: Private ordinary functions
Function, file-colors: Private ordinary functions
Function, file-file-size: Private ordinary functions
Function, file-flags: Private ordinary functions
Function, file-frames: Private ordinary functions
Function, file-frames-size: Private ordinary functions
Function, file-grid-height: Private ordinary functions
Function, file-grid-width: Private ordinary functions
Function, file-grid-x: Private ordinary functions
Function, file-grid-y: Private ordinary functions
Function, file-height: Private ordinary functions
Function, file-magic: Private ordinary functions
Function, file-p: Private ordinary functions
Function, file-pixel-height: Private ordinary functions
Function, file-pixel-width: Private ordinary functions
Function, file-reserved-1: Private ordinary functions
Function, file-reserved-2: Private ordinary functions
Function, file-reserved-3: Private ordinary functions
Function, file-speed: Private ordinary functions
Function, file-transparent-index: Private ordinary functions
Function, file-width: Private ordinary functions
Function, fixed-point-denominator: Private ordinary functions
Function, fixed-point-numerator: Private ordinary functions
Function, fixed-point-p: Private ordinary functions
Function, frame-bytes: Private ordinary functions
Function, frame-chunks: Private ordinary functions
Function, frame-duration: Private ordinary functions
Function, frame-magic: Private ordinary functions
Function, frame-new-chunks: Private ordinary functions
Function, frame-old-chunks: Private ordinary functions
Function, frame-p: Private ordinary functions
Function, frame-reserved: Private ordinary functions
Function, icc-data-data: Private ordinary functions
Function, icc-data-p: Private ordinary functions
Function, icc-data-size: Private ordinary functions
Function, layer-backgroundp: Public ordinary functions
Function, layer-blend-mode: Public ordinary functions
Function, layer-cels: Public ordinary functions
Function, layer-child-level: Public ordinary functions
Function, layer-chunk-data-background: Private ordinary functions
Function, layer-chunk-data-blend-mode: Private ordinary functions
Function, layer-chunk-data-child-level: Private ordinary functions
Function, layer-chunk-data-continuous: Private ordinary functions
Function, layer-chunk-data-default-height: Private ordinary functions
Function, layer-chunk-data-default-width: Private ordinary functions
Function, layer-chunk-data-editable: Private ordinary functions
Function, layer-chunk-data-group-collapsed: Private ordinary functions
Function, layer-chunk-data-locked: Private ordinary functions
Function, layer-chunk-data-name: Private ordinary functions
Function, layer-chunk-data-opacity: Private ordinary functions
Function, layer-chunk-data-p: Private ordinary functions
Function, layer-chunk-data-reference: Private ordinary functions
Function, layer-chunk-data-reserved: Private ordinary functions
Function, layer-chunk-data-reserved*: Private ordinary functions
Function, layer-chunk-data-tileset-index: Private ordinary functions
Function, layer-chunk-data-type: Private ordinary functions
Function, layer-chunk-data-visible: Private ordinary functions
Function, layer-continuousp: Public ordinary functions
Function, layer-opacity: Public ordinary functions
Function, layer-p: Private ordinary functions
Function, layer-referencep: Public ordinary functions
Function, layer-tileset-index: Public ordinary functions
Function, layer-type: Public ordinary functions
Function, layer-user-data: Public ordinary functions
Function, layer-visiblep: Public ordinary functions
Function, linked-cel-data-p: Private ordinary functions
Function, linked-cel-data-position: Private ordinary functions
Function, load-cel: Private ordinary functions
Function, load-color-profile: Private ordinary functions
Function, load-layer: Private ordinary functions
Function, load-old-palette: Private ordinary functions
Function, load-palette: Private ordinary functions
Function, load-sprite: Public ordinary functions
Function, load-tags: Private ordinary functions
Function, load-userdata: Private ordinary functions
Function, make-cel: Private ordinary functions
Function, make-cel-chunk-data: Private ordinary functions
Function, make-chunk: Private ordinary functions
Function, make-color-profile-chunk-data: Private ordinary functions
Function, make-color-user-data: Private ordinary functions
Function, make-compressed-image-cel-data: Private ordinary functions
Function, make-compressed-tilemap-cel-data: Private ordinary functions
Function, make-file: Private ordinary functions
Function, make-fixed-point: Private ordinary functions
Function, make-frame: Private ordinary functions
Function, make-icc-data: Private ordinary functions
Function, make-layer: Private ordinary functions
Function, make-layer-chunk-data: Private ordinary functions
Function, make-linked-cel-data: Private ordinary functions
Function, make-old-palette-chunk-data: Private ordinary functions
Function, make-old-palette-color: Private ordinary functions
Function, make-old-palette-packet: Private ordinary functions
Function, make-palette-chunk-data: Private ordinary functions
Function, make-palette-entry: Private ordinary functions
Function, make-point: Private ordinary functions
Function, make-properties-map: Private ordinary functions
Function, make-properties-map*: Private ordinary functions
Function, make-properties-user-data: Private ordinary functions
Function, make-property: Private ordinary functions
Function, make-raw-cel-data: Private ordinary functions
Function, make-rect: Private ordinary functions
Function, make-size: Private ordinary functions
Function, make-sprite: Private ordinary functions
Function, make-tag: Private ordinary functions
Function, make-tag: Private ordinary functions
Function, make-tags-chunk-data: Private ordinary functions
Function, make-text-user-data: Private ordinary functions
Function, make-user-data-chunk-data: Private ordinary functions
Function, make-value: Private ordinary functions
Function, make-vector*: Private ordinary functions
Function, old-palette-chunk-data-p: Private ordinary functions
Function, old-palette-chunk-data-packets: Private ordinary functions
Function, old-palette-chunk-data-size: Private ordinary functions
Function, old-palette-color-b: Private ordinary functions
Function, old-palette-color-g: Private ordinary functions
Function, old-palette-color-p: Private ordinary functions
Function, old-palette-color-r: Private ordinary functions
Function, old-palette-packet-colors: Private ordinary functions
Function, old-palette-packet-p: Private ordinary functions
Function, old-palette-packet-size: Private ordinary functions
Function, old-palette-packet-skip: Private ordinary functions
Function, pack-color: Private ordinary functions
Function, palette-chunk-data-entries: Private ordinary functions
Function, palette-chunk-data-first-index: Private ordinary functions
Function, palette-chunk-data-last-index: Private ordinary functions
Function, palette-chunk-data-p: Private ordinary functions
Function, palette-chunk-data-reserved: Private ordinary functions
Function, palette-chunk-data-size: Private ordinary functions
Function, palette-entry-a: Private ordinary functions
Function, palette-entry-b: Private ordinary functions
Function, palette-entry-flags: Private ordinary functions
Function, palette-entry-g: Private ordinary functions
Function, palette-entry-name: Private ordinary functions
Function, palette-entry-p: Private ordinary functions
Function, palette-entry-r: Private ordinary functions
Function, point-p: Private ordinary functions
Function, point-x: Private ordinary functions
Function, point-y: Private ordinary functions
Function, properties-map*-p: Private ordinary functions
Function, properties-map*-properties: Private ordinary functions
Function, properties-map*-size: Private ordinary functions
Function, properties-map-key: Private ordinary functions
Function, properties-map-p: Private ordinary functions
Function, properties-map-properties: Private ordinary functions
Function, properties-map-size: Private ordinary functions
Function, properties-user-data-maps-size: Private ordinary functions
Function, properties-user-data-p: Private ordinary functions
Function, properties-user-data-properties-maps: Private ordinary functions
Function, properties-user-data-size: Private ordinary functions
Function, property-name: Private ordinary functions
Function, property-p: Private ordinary functions
Function, property-value: Private ordinary functions
Function, raw-cel-data-data: Private ordinary functions
Function, raw-cel-data-height: Private ordinary functions
Function, raw-cel-data-p: Private ordinary functions
Function, raw-cel-data-width: Private ordinary functions
Function, rect-origin: Private ordinary functions
Function, rect-p: Private ordinary functions
Function, rect-size: Private ordinary functions
Function, size-height: Private ordinary functions
Function, size-p: Private ordinary functions
Function, size-width: Private ordinary functions
Function, sprite-color-depth: Public ordinary functions
Function, sprite-color-profile: Public ordinary functions
Function, sprite-colors: Public ordinary functions
Function, sprite-frames: Public ordinary functions
Function, sprite-has-opacity-p: Public ordinary functions
Function, sprite-height: Public ordinary functions
Function, sprite-layers: Public ordinary functions
Function, sprite-p: Private ordinary functions
Function, sprite-palette: Public ordinary functions
Function, sprite-pixel-ratio: Public ordinary functions
Function, sprite-tags: Public ordinary functions
Function, sprite-transparent-index: Public ordinary functions
Function, sprite-user-data: Public ordinary functions
Function, sprite-width: Public ordinary functions
Function, tag-a: Private ordinary functions
Function, tag-b: Private ordinary functions
Function, tag-direction: Public ordinary functions
Function, tag-direction: Private ordinary functions
Function, tag-first-frame: Public ordinary functions
Function, tag-first-frame: Private ordinary functions
Function, tag-g: Private ordinary functions
Function, tag-last-frame: Public ordinary functions
Function, tag-last-frame: Private ordinary functions
Function, tag-name: Private ordinary functions
Function, tag-p: Private ordinary functions
Function, tag-p: Private ordinary functions
Function, tag-r: Private ordinary functions
Function, tag-repeat: Public ordinary functions
Function, tag-repeat: Private ordinary functions
Function, tag-reserved: Private ordinary functions
Function, tag-user-data: Public ordinary functions
Function, tags-chunk-data-p: Private ordinary functions
Function, tags-chunk-data-reserved: Private ordinary functions
Function, tags-chunk-data-size: Private ordinary functions
Function, tags-chunk-data-tags: Private ordinary functions
Function, text-user-data-p: Private ordinary functions
Function, text-user-data-text: Private ordinary functions
Function, user-data-chunk-data-color: Private ordinary functions
Function, user-data-chunk-data-has-color: Private ordinary functions
Function, user-data-chunk-data-has-properties: Private ordinary functions
Function, user-data-chunk-data-has-text: Private ordinary functions
Function, user-data-chunk-data-p: Private ordinary functions
Function, user-data-chunk-data-properties: Private ordinary functions
Function, user-data-chunk-data-reserved: Private ordinary functions
Function, user-data-chunk-data-text: Private ordinary functions
Function, value-data: Private ordinary functions
Function, value-p: Private ordinary functions
Function, value-type: Private ordinary functions
Function, vector*-data: Private ordinary functions
Function, vector*-p: Private ordinary functions
Function, vector*-size: Private ordinary functions
Function, vector*-type: Private ordinary functions

I
icc-data-data: Private ordinary functions
icc-data-p: Private ordinary functions
icc-data-size: Private ordinary functions

L
layer-backgroundp: Public ordinary functions
layer-blend-mode: Public ordinary functions
layer-cels: Public ordinary functions
layer-child-level: Public ordinary functions
layer-chunk-data-background: Private ordinary functions
layer-chunk-data-blend-mode: Private ordinary functions
layer-chunk-data-child-level: Private ordinary functions
layer-chunk-data-continuous: Private ordinary functions
layer-chunk-data-default-height: Private ordinary functions
layer-chunk-data-default-width: Private ordinary functions
layer-chunk-data-editable: Private ordinary functions
layer-chunk-data-group-collapsed: Private ordinary functions
layer-chunk-data-locked: Private ordinary functions
layer-chunk-data-name: Private ordinary functions
layer-chunk-data-opacity: Private ordinary functions
layer-chunk-data-p: Private ordinary functions
layer-chunk-data-reference: Private ordinary functions
layer-chunk-data-reserved: Private ordinary functions
layer-chunk-data-reserved*: Private ordinary functions
layer-chunk-data-tileset-index: Private ordinary functions
layer-chunk-data-type: Private ordinary functions
layer-chunk-data-visible: Private ordinary functions
layer-continuousp: Public ordinary functions
layer-opacity: Public ordinary functions
layer-p: Private ordinary functions
layer-referencep: Public ordinary functions
layer-tileset-index: Public ordinary functions
layer-type: Public ordinary functions
layer-user-data: Public ordinary functions
layer-visiblep: Public ordinary functions
linked-cel-data-p: Private ordinary functions
linked-cel-data-position: Private ordinary functions
load-cel: Private ordinary functions
load-color-profile: Private ordinary functions
load-layer: Private ordinary functions
load-old-palette: Private ordinary functions
load-palette: Private ordinary functions
load-sprite: Public ordinary functions
load-tags: Private ordinary functions
load-userdata: Private ordinary functions

M
make-cel: Private ordinary functions
make-cel-chunk-data: Private ordinary functions
make-chunk: Private ordinary functions
make-color-profile-chunk-data: Private ordinary functions
make-color-user-data: Private ordinary functions
make-compressed-image-cel-data: Private ordinary functions
make-compressed-tilemap-cel-data: Private ordinary functions
make-file: Private ordinary functions
make-fixed-point: Private ordinary functions
make-frame: Private ordinary functions
make-icc-data: Private ordinary functions
make-layer: Private ordinary functions
make-layer-chunk-data: Private ordinary functions
make-linked-cel-data: Private ordinary functions
make-old-palette-chunk-data: Private ordinary functions
make-old-palette-color: Private ordinary functions
make-old-palette-packet: Private ordinary functions
make-palette-chunk-data: Private ordinary functions
make-palette-entry: Private ordinary functions
make-point: Private ordinary functions
make-properties-map: Private ordinary functions
make-properties-map*: Private ordinary functions
make-properties-user-data: Private ordinary functions
make-property: Private ordinary functions
make-raw-cel-data: Private ordinary functions
make-rect: Private ordinary functions
make-size: Private ordinary functions
make-sprite: Private ordinary functions
make-tag: Private ordinary functions
make-tag: Private ordinary functions
make-tags-chunk-data: Private ordinary functions
make-text-user-data: Private ordinary functions
make-user-data-chunk-data: Private ordinary functions
make-value: Private ordinary functions
make-vector*: Private ordinary functions
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods
Method, write-binary: Public standalone methods

O
old-palette-chunk-data-p: Private ordinary functions
old-palette-chunk-data-packets: Private ordinary functions
old-palette-chunk-data-size: Private ordinary functions
old-palette-color-b: Private ordinary functions
old-palette-color-g: Private ordinary functions
old-palette-color-p: Private ordinary functions
old-palette-color-r: Private ordinary functions
old-palette-packet-colors: Private ordinary functions
old-palette-packet-p: Private ordinary functions
old-palette-packet-size: Private ordinary functions
old-palette-packet-skip: Private ordinary functions

P
pack-color: Private ordinary functions
palette-chunk-data-entries: Private ordinary functions
palette-chunk-data-first-index: Private ordinary functions
palette-chunk-data-last-index: Private ordinary functions
palette-chunk-data-p: Private ordinary functions
palette-chunk-data-reserved: Private ordinary functions
palette-chunk-data-size: Private ordinary functions
palette-entry-a: Private ordinary functions
palette-entry-b: Private ordinary functions
palette-entry-flags: Private ordinary functions
palette-entry-g: Private ordinary functions
palette-entry-name: Private ordinary functions
palette-entry-p: Private ordinary functions
palette-entry-r: Private ordinary functions
point-p: Private ordinary functions
point-x: Private ordinary functions
point-y: Private ordinary functions
properties-map*-p: Private ordinary functions
properties-map*-properties: Private ordinary functions
properties-map*-size: Private ordinary functions
properties-map-key: Private ordinary functions
properties-map-p: Private ordinary functions
properties-map-properties: Private ordinary functions
properties-map-size: Private ordinary functions
properties-user-data-maps-size: Private ordinary functions
properties-user-data-p: Private ordinary functions
properties-user-data-properties-maps: Private ordinary functions
properties-user-data-size: Private ordinary functions
property-name: Private ordinary functions
property-p: Private ordinary functions
property-value: Private ordinary functions

R
raw-cel-data-data: Private ordinary functions
raw-cel-data-height: Private ordinary functions
raw-cel-data-p: Private ordinary functions
raw-cel-data-width: Private ordinary functions
rect-origin: Private ordinary functions
rect-p: Private ordinary functions
rect-size: Private ordinary functions

S
size-height: Private ordinary functions
size-p: Private ordinary functions
size-width: Private ordinary functions
sprite-color-depth: Public ordinary functions
sprite-color-profile: Public ordinary functions
sprite-colors: Public ordinary functions
sprite-frames: Public ordinary functions
sprite-has-opacity-p: Public ordinary functions
sprite-height: Public ordinary functions
sprite-layers: Public ordinary functions
sprite-p: Private ordinary functions
sprite-palette: Public ordinary functions
sprite-pixel-ratio: Public ordinary functions
sprite-tags: Public ordinary functions
sprite-transparent-index: Public ordinary functions
sprite-user-data: Public ordinary functions
sprite-width: Public ordinary functions

T
tag-a: Private ordinary functions
tag-b: Private ordinary functions
tag-direction: Public ordinary functions
tag-direction: Private ordinary functions
tag-first-frame: Public ordinary functions
tag-first-frame: Private ordinary functions
tag-g: Private ordinary functions
tag-last-frame: Public ordinary functions
tag-last-frame: Private ordinary functions
tag-name: Private ordinary functions
tag-p: Private ordinary functions
tag-p: Private ordinary functions
tag-r: Private ordinary functions
tag-repeat: Public ordinary functions
tag-repeat: Private ordinary functions
tag-reserved: Private ordinary functions
tag-user-data: Public ordinary functions
tags-chunk-data-p: Private ordinary functions
tags-chunk-data-reserved: Private ordinary functions
tags-chunk-data-size: Private ordinary functions
tags-chunk-data-tags: Private ordinary functions
text-user-data-p: Private ordinary functions
text-user-data-text: Private ordinary functions

U
user-data-chunk-data-color: Private ordinary functions
user-data-chunk-data-has-color: Private ordinary functions
user-data-chunk-data-has-properties: Private ordinary functions
user-data-chunk-data-has-text: Private ordinary functions
user-data-chunk-data-p: Private ordinary functions
user-data-chunk-data-properties: Private ordinary functions
user-data-chunk-data-reserved: Private ordinary functions
user-data-chunk-data-text: Private ordinary functions

V
value-data: Private ordinary functions
value-p: Private ordinary functions
value-type: Private ordinary functions
vector*-data: Private ordinary functions
vector*-p: Private ordinary functions
vector*-size: Private ordinary functions
vector*-type: Private ordinary functions

W
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods
write-binary: Public standalone methods


A.3 Variables

Jump to:   *  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W   X   Y   Z  
Index Entry  Section

*
*chunk-size*: Private special variables
*color-depth*: Private special variables

A
a: Private structures
a: Private structures
a: Private structures

B
b: Private structures
b: Private structures
b: Private structures
b: Private structures
background: Private structures
backgroundp: Public structures
bits-per-tile: Private structures
blend-mode: Public structures
blend-mode: Private structures
bytes: Private structures

C
cels: Public structures
child-level: Public structures
child-level: Private structures
chunks: Private structures
color: Private structures
color-depth: Public structures
color-depth: Private structures
color-profile: Public structures
colors: Public structures
colors: Private structures
colors: Private structures
continuous: Private structures
continuousp: Public structures

D
data: Public structures
data: Private structures
data: Private structures
data: Private structures
data: Private structures
data: Private structures
data: Private structures
data: Private structures
data: Private structures
default-height: Private structures
default-width: Private structures
denominator: Private structures
diagonal-flip-bitmask: Public structures
diagonal-flip-bitmask: Private structures
direction: Public structures
direction: Private structures
duration: Public structures
duration: Private structures

E
editable: Private structures
entries: Private structures

F
file-size: Private structures
first-frame: Public structures
first-frame: Private structures
first-index: Private structures
flags: Private structures
flags: Private structures
flags: Private structures
frame-position: Public structures
frames: Public structures
frames: Private structures
frames-size: Private structures

G
g: Private structures
g: Private structures
g: Private structures
g: Private structures
gamma: Private structures
grid-height: Private structures
grid-width: Private structures
grid-x: Private structures
grid-y: Private structures
group-collapsed: Private structures

H
has-color: Private structures
has-opacity-p: Public structures
has-properties: Private structures
has-text: Private structures
height: Public structures
height: Public structures
height: Private structures
height: Private structures
height: Private structures
height: Private structures
height: Private structures

I
icc-data: Private structures
id-bitmask: Public structures
id-bitmask: Private structures

K
key: Private structures

L
last-frame: Public structures
last-frame: Private structures
last-index: Private structures
layer-index: Private structures
layers: Public structures
locked: Private structures

M
magic: Private structures
magic: Private structures
maps-size: Private structures

N
name: Private structures
name: Private structures
name: Private structures
name: Private structures
new-chunks: Private structures
numerator: Private structures

O
old-chunks: Private structures
opacity: Public structures
opacity: Public structures
opacity: Private structures
opacity: Private structures
origin: Private structures

P
packets: Private structures
palette: Public structures
pixel-height: Private structures
pixel-ratio: Public structures
pixel-width: Private structures
position: Private structures
properties: Private structures
properties: Private structures
properties: Private structures
properties-maps: Private structures

R
r: Private structures
r: Private structures
r: Private structures
r: Private structures
reference: Private structures
referencep: Public structures
repeat: Public structures
repeat: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved: Private structures
reserved*: Private structures
reserved-1: Private structures
reserved-2: Private structures
reserved-3: Private structures

S
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
size: Private structures
skip: Private structures
Slot, a: Private structures
Slot, a: Private structures
Slot, a: Private structures
Slot, b: Private structures
Slot, b: Private structures
Slot, b: Private structures
Slot, b: Private structures
Slot, background: Private structures
Slot, backgroundp: Public structures
Slot, bits-per-tile: Private structures
Slot, blend-mode: Public structures
Slot, blend-mode: Private structures
Slot, bytes: Private structures
Slot, cels: Public structures
Slot, child-level: Public structures
Slot, child-level: Private structures
Slot, chunks: Private structures
Slot, color: Private structures
Slot, color-depth: Public structures
Slot, color-depth: Private structures
Slot, color-profile: Public structures
Slot, colors: Public structures
Slot, colors: Private structures
Slot, colors: Private structures
Slot, continuous: Private structures
Slot, continuousp: Public structures
Slot, data: Public structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, data: Private structures
Slot, default-height: Private structures
Slot, default-width: Private structures
Slot, denominator: Private structures
Slot, diagonal-flip-bitmask: Public structures
Slot, diagonal-flip-bitmask: Private structures
Slot, direction: Public structures
Slot, direction: Private structures
Slot, duration: Public structures
Slot, duration: Private structures
Slot, editable: Private structures
Slot, entries: Private structures
Slot, file-size: Private structures
Slot, first-frame: Public structures
Slot, first-frame: Private structures
Slot, first-index: Private structures
Slot, flags: Private structures
Slot, flags: Private structures
Slot, flags: Private structures
Slot, frame-position: Public structures
Slot, frames: Public structures
Slot, frames: Private structures
Slot, frames-size: Private structures
Slot, g: Private structures
Slot, g: Private structures
Slot, g: Private structures
Slot, g: Private structures
Slot, gamma: Private structures
Slot, grid-height: Private structures
Slot, grid-width: Private structures
Slot, grid-x: Private structures
Slot, grid-y: Private structures
Slot, group-collapsed: Private structures
Slot, has-color: Private structures
Slot, has-opacity-p: Public structures
Slot, has-properties: Private structures
Slot, has-text: Private structures
Slot, height: Public structures
Slot, height: Public structures
Slot, height: Private structures
Slot, height: Private structures
Slot, height: Private structures
Slot, height: Private structures
Slot, height: Private structures
Slot, icc-data: Private structures
Slot, id-bitmask: Public structures
Slot, id-bitmask: Private structures
Slot, key: Private structures
Slot, last-frame: Public structures
Slot, last-frame: Private structures
Slot, last-index: Private structures
Slot, layer-index: Private structures
Slot, layers: Public structures
Slot, locked: Private structures
Slot, magic: Private structures
Slot, magic: Private structures
Slot, maps-size: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, new-chunks: Private structures
Slot, numerator: Private structures
Slot, old-chunks: Private structures
Slot, opacity: Public structures
Slot, opacity: Public structures
Slot, opacity: Private structures
Slot, opacity: Private structures
Slot, origin: Private structures
Slot, packets: Private structures
Slot, palette: Public structures
Slot, pixel-height: Private structures
Slot, pixel-ratio: Public structures
Slot, pixel-width: Private structures
Slot, position: Private structures
Slot, properties: Private structures
Slot, properties: Private structures
Slot, properties: Private structures
Slot, properties-maps: Private structures
Slot, r: Private structures
Slot, r: Private structures
Slot, r: Private structures
Slot, r: Private structures
Slot, reference: Private structures
Slot, referencep: Public structures
Slot, repeat: Public structures
Slot, repeat: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved: Private structures
Slot, reserved*: Private structures
Slot, reserved-1: Private structures
Slot, reserved-2: Private structures
Slot, reserved-3: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, size: Private structures
Slot, skip: Private structures
Slot, speed: Private structures
Slot, tags: Public structures
Slot, tags: Private structures
Slot, text: Private structures
Slot, text: Private structures
Slot, tileset-index: Public structures
Slot, tileset-index: Private structures
Slot, transparent-index: Public structures
Slot, transparent-index: Private structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Private structures
Slot, type: Private structures
Slot, type: Private structures
Slot, type: Private structures
Slot, type: Private structures
Slot, type: Private structures
Slot, user-data: Public structures
Slot, user-data: Public structures
Slot, user-data: Public structures
Slot, user-data: Public structures
Slot, value: Private structures
Slot, visible: Private structures
Slot, visiblep: Public structures
Slot, width: Public structures
Slot, width: Public structures
Slot, width: Private structures
Slot, width: Private structures
Slot, width: Private structures
Slot, width: Private structures
Slot, width: Private structures
Slot, x: Public structures
Slot, x: Private structures
Slot, x-flip-bitmask: Public structures
Slot, x-flip-bitmask: Private structures
Slot, x-position: Private structures
Slot, y: Public structures
Slot, y: Private structures
Slot, y-flip-bitmask: Public structures
Slot, y-flip-bitmask: Private structures
Slot, y-position: Private structures
Slot, z-index: Public structures
Slot, z-index: Private structures
Special Variable, *chunk-size*: Private special variables
Special Variable, *color-depth*: Private special variables
speed: Private structures

T
tags: Public structures
tags: Private structures
text: Private structures
text: Private structures
tileset-index: Public structures
tileset-index: Private structures
transparent-index: Public structures
transparent-index: Private structures
type: Public structures
type: Public structures
type: Private structures
type: Private structures
type: Private structures
type: Private structures
type: Private structures
type: Private structures

U
user-data: Public structures
user-data: Public structures
user-data: Public structures
user-data: Public structures

V
value: Private structures
visible: Private structures
visiblep: Public structures

W
width: Public structures
width: Public structures
width: Private structures
width: Private structures
width: Private structures
width: Private structures
width: Private structures

X
x: Public structures
x: Private structures
x-flip-bitmask: Public structures
x-flip-bitmask: Private structures
x-position: Private structures

Y
y: Public structures
y: Private structures
y-flip-bitmask: Public structures
y-flip-bitmask: Private structures
y-position: Private structures

Z
z-index: Public structures
z-index: Private structures


A.4 Data types

Jump to:   A   C   F   I   L   M   O   P   R   S   T   U   V  
Index Entry  Section

A
animation-direction: Private types

C
cel: Public structures
cel-chunk-data: Private structures
cel-type: Private types
chunk: Private structures
chunk-type: Private types
cl-aseprite: The cl-aseprite system
cl-aseprite: The cl-aseprite package
cl-aseprite.asd: The cl-aseprite/cl-aseprite․asd file
cl-aseprite.core: The cl-aseprite․core package
color-profile-chunk-data: Private structures
color-profile-type: Private types
color-user-data: Private structures
compressed-image-cel-data: Private structures
compressed-tilemap-cel-data: Private structures
core.lisp: The cl-aseprite/src/core․lisp file

F
file: Private structures
File, cl-aseprite.asd: The cl-aseprite/cl-aseprite․asd file
File, core.lisp: The cl-aseprite/src/core․lisp file
File, interface.lisp: The cl-aseprite/src/interface․lisp file
File, package.lisp: The cl-aseprite/src/package․lisp file
fixed-point: Private structures
frame: Private structures

I
icc-data: Private structures
interface.lisp: The cl-aseprite/src/interface․lisp file

L
layer: Public structures
layer-blend-mode: Private types
layer-chunk-data: Private structures
layer-type: Private types
linked-cel-data: Private structures

M
Module, src: The cl-aseprite/src module

O
old-palette-chunk-data: Private structures
old-palette-color: Private structures
old-palette-packet: Private structures

P
Package, cl-aseprite: The cl-aseprite package
Package, cl-aseprite.core: The cl-aseprite․core package
package.lisp: The cl-aseprite/src/package․lisp file
palette-chunk-data: Private structures
palette-entry: Private structures
point: Private structures
properties-map: Private structures
properties-map*: Private structures
properties-user-data: Private structures
property: Private structures

R
raw-cel-data: Private structures
rect: Private structures

S
size: Private structures
sprite: Public structures
src: The cl-aseprite/src module
Structure, cel: Public structures
Structure, cel-chunk-data: Private structures
Structure, chunk: Private structures
Structure, color-profile-chunk-data: Private structures
Structure, color-user-data: Private structures
Structure, compressed-image-cel-data: Private structures
Structure, compressed-tilemap-cel-data: Private structures
Structure, file: Private structures
Structure, fixed-point: Private structures
Structure, frame: Private structures
Structure, icc-data: Private structures
Structure, layer: Public structures
Structure, layer-chunk-data: Private structures
Structure, linked-cel-data: Private structures
Structure, old-palette-chunk-data: Private structures
Structure, old-palette-color: Private structures
Structure, old-palette-packet: Private structures
Structure, palette-chunk-data: Private structures
Structure, palette-entry: Private structures
Structure, point: Private structures
Structure, properties-map: Private structures
Structure, properties-map*: Private structures
Structure, properties-user-data: Private structures
Structure, property: Private structures
Structure, raw-cel-data: Private structures
Structure, rect: Private structures
Structure, size: Private structures
Structure, sprite: Public structures
Structure, tag: Public structures
Structure, tag: Private structures
Structure, tags-chunk-data: Private structures
Structure, text-user-data: Private structures
Structure, user-data-chunk-data: Private structures
Structure, value: Private structures
Structure, vector*: Private structures
System, cl-aseprite: The cl-aseprite system

T
tag: Public structures
tag: Private structures
tags-chunk-data: Private structures
text-user-data: Private structures
Type, animation-direction: Private types
Type, cel-type: Private types
Type, chunk-type: Private types
Type, color-profile-type: Private types
Type, layer-blend-mode: Private types
Type, layer-type: Private types

U
user-data-chunk-data: Private structures

V
value: Private structures
vector*: Private structures