Create simple AmigaIcon objects
Graphical representation of files and directories (icons) are stored as
separate files (with the .info extension) on the Amiga. This function writes
AmigaIcon
class objects to such files.
simpleAmigaIcon(version = c("OS1.x", "OS2.x"), type = c("WBDISK", "WBDRAWER", "WBTOOL", "WBPROJECT", "WBGARBAGE", "WBDEVICE", "WBKICK", "WBAPPICON"), two.images = TRUE, back.fill = FALSE, ...)
version |
A |
type |
A |
two.images |
A single |
back.fill |
A single |
... |
Reserverd for additional arguments. Currently ignored. |
This function creates basic AmigaIcon
objects which
can be modified afterwards. It uses simple generic images to represent
different types of files or directories.
Returns a simple S3 object of class AmigaIcon
.
Pepijn de Vries
Other AmigaIcon.operations: AmigaIcon
,
rawToAmigaIcon
,
read.AmigaIcon
,
write.AmigaIcon
Other raw.operations: as.raw
,
colourToAmigaRaw
, packBitmap
,
rawToAmigaBitmapFontSet
,
rawToAmigaBitmapFont
,
rawToAmigaIcon
,
rawToHWSprite
, rawToIFFChunk
,
rawToSysConfig
## Not run: ## Create an AmigaIcon object using the default arguments: icon <- simpleAmigaIcon() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.