Index Parent

Image class


The Image class is a subclass of Area class and it is used to display MUI builtin images.

Of course, you may give an Image object a Frame, a Background and an Inputmode, to make it act like a button

See MakeObj()

 

Attributes
Name Type Class Note
FontMatch B I  
FontMatchHeight B I  
FontMatchWidth B I  
FreeHoriz B I  
FreeVert B I  
Spec S I The type of the image.

You may use a string or a number here.

The string may be one of:

  • WindowBack
  • RequesterBack
  • ButtonBack
  • ListBack
  • TextBack
  • PropBack
  • PopupBack
  • SelectedBack
  • ListCursor
  • ListSelect
  • ListSelCur
  • ArrowUp
  • ArrowDown
  • ArrowLeft
  • ArrowRight
  • CheckMark
  • RadioButton
  • Cycle
  • PopUp
  • PopFile
  • PopDrawer
  • PropKnob
  • Drawer
  • HardDisk
  • Disk
  • Chip
  • Volume
  • RegisterBack
  • Network
  • Assign
  • TapePlay
  • TapePlayBack
  • TapePause
  • TapeStop
  • TapeRecord
  • GroupBack
  • SliderBack
  • SliderKnob
  • TapeUp
  • TapeDown
  • PageBack
  • ReadListBack
  • Background
  • Shadow
  • Shine
  • Fill
  • ShadowBack
  • ShadowFill
  • ShadowShine
  • FillBack
  • FillShine
  • ShineBack
  • FillBack2
  • HShineBack
  • HShadowBack
  • HShineShine
  • HShadowShadow
  • Markshine
  • MarkHalfShine
  • MarkBackground

Or a MUI image specification:

  • 0:<x> where <x> is an integer identifying a builtin pattern
  • 2:<r>,<g>,<b> where <r>, <g> <b> are 32-bit RGB color values specified as 8-digit hex string (e.g. 00000000 or ffffffff). Kick 2.x users will get an empty image
  • 3:<n> where <n> is the name of an external boopsi image class
  • 4:<n> where <n> is the name of an external MUI brush
  • 5:<n> where <n> is the name of an external picture file that should be loaded with datatypes. Kick 2.x users will get an empty image
  • 6:<x> where <x> is an integer identifying a preconfigured image/background
State S I One of:
  • Normal
  • Selected
  • Disabled
  • Busy
  • Indeterminate
  • InactiveNormal
  • InactiveSelected
  • InactiveDisabled
  • SelectedDisabled

 

Methods
Name Parameters Note
None defined