[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Color

inherits from Object

Object <- Color



Operations

Get list of all operations

Class Color defines no new operations.


Attributes

Get list of all attributes

RGB


Fields

Field Type
Color: rgb: Unsigned


Instance template

instance Color tag;
            rgb: 0;
end instance;

Class definition

Define Class Color;
    inherits from Object;
    shares members;

    field rgb: Unsigned, getter, setter;

    attribute RGB: Unsigned;
end class;