|
Class: MonoMappedPalette
Object
|
+--Collection
|
+--SequenceableCollection
|
+--Colormap
|
+--ColorPalette
|
+--MappedPalette
|
+--MonoMappedPalette
- Package:
- stx:libview
- Category:
- Graphics-Images-Support
- Version:
- rev:
1.6
date: 2021/11/15 22:48:08
- user: cg
- file: MonoMappedPalette.st directory: libview
- module: stx stc-classLibrary: libview
This class may (sooner or later) take over and/or redefine some of the Colormap functionality.
This migration will be done both to cleanup the code and for VW compatibility.
Notice: For now, the whole functionality is still in Colormap
copyrightCOPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
instance creation
-
blackWhite
-
(comment from inherited method)
ST-80 compatibility
-
whiteBlack
-
(comment from inherited method)
ST-80 compatibility
accessing
-
at: index put: aColor
-
(comment from inherited method)
set the color for a index. Return aColor (sigh).
Notice that the index range is 1...
|