Next: XY-Format Images, Previous: Image Types, Up: Image Types [Contents][Index]
The following paragraphs describe the CLX functions that can be used to access all types of image objects.
An image object.
Returns (and with setf
) changes the mask that
selects the pixel subfield for blue intensity values. The
mask is non-nil only for images for
:direct-color or :true-color visual types.
Type pixel or null.
An image object.
Returns the depth (that is, the number of bits per pixel) for the image.
Type card8.
An image object.
Returns (and with setf
) changes the mask that selects the
pixel subfield for green intensity values. The mask is
non-nil only for images for :direct-color or
:true-color visual types.
Type pixel or null.
An image object.
Returns the height of the image in pixels.
Type card16.
An image object.
Returns and (with setf
) changes the name string
optionally associated with the image.
Type stringable or null.
An image object.
Returns and (with setf
) changes the image property
list. The property list is a hook for added application
extensions.
Type list.
An image object.
Returns (and with setf
) changes the mask which
selects the pixel subfield for red intensity values. The
mask is non-nil only for images for
:direct-color or :true-color visual types.
Type pixel or null.
An image object.
Returns the width of the image in pixels.
Type card16.
An image object.
Returns and (with setf
) changes the x position of the hot
spot for an image used as a cursor glyph. The hot spot position is
specified relative to the upper-left origin of the image.
Type card16 or null.
An image object.
Returns and (with setf
) changes the y position of the hot
spot for an image used as a cursor glyph. The hot spot position is
specified relative to the upper-left origin of the image.
Type card16 or null.
Next: XY-Format Images, Previous: Image Types, Up: Image Types [Contents][Index]