image | Specify the image storage to load. If there is an image storage with _m added to the storage name (excluding extension) specified here, it will be read as a mask (opacity) image. If there is an image storage with _p added to the storage name specified here (excluding the extension), it will be read as an area image. |
colorkey | Specify the color key (transparent color) of the image to be read. If a color is specified in 0xRRGGBB format, that color will be used as the color key. If you specify a value obtained by adding an arbitrary palette index to clPalIdx, that palette index becomes transparent (for images with 256 colors or less). If you specify clAdapt, the most frequently used color in the top line of the image will automatically be transparent. If you specify a value obtained by adding a value representing a color in the form of 0xRRGGBB to clAlphaMat, the image will be superimposed on that color using alpha blending (ltAlpha method). For example, (clAlphaMat + 0xffffff) overlays the imported image on a white color. All images will be opaque (all images will be opaque, but note that tag information is not changed in this mode). |