Object <- Color |
|
Class Color defines no new operations.
Attributes
Get list of all attributes
|
RGB |
| Field | Type | |
|---|---|---|
| Color: | rgb: | Unsigned |
instance Color tag; rgb: 0; end instance;
Define Class Color; inherits from Object; shares members; field rgb: Unsigned, getter, setter; attribute RGB: Unsigned; end class;