[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]

ColorMixer

inherits from ColorMatrix

Object <- Viewable <- Box <- ColorMatrix <- ColorMixer



Operations

Get list of all operations

Draw
PartColor
SetPartColor


Attributes

Get list of all attributes

Class ColorMixer defines no new attributes.


Fields

Field Type
Viewable: superview: Viewable
relativeOrigin: Dot
contentSize: Dot
viewFlags: Flags
labelStyle: TextStyle
color: Unsigned
altColor: Unsigned
shadow: Shadow
sound: Playable
HasBorder: border: Border
ColorMatrix: boxSize: Micron
ColorMixer: color1: Unsigned
color2: Unsigned
color3: Unsigned
color4: Unsigned


Instance template

instance ColorMixer tag;
 relativeOrigin: <0.0,0.0>;
    contentSize: <0.0,0.0>;
      viewFlags: 0x00000000;
     labelStyle: nilObject;
          color: 0;
       altColor: 0;
         shadow: nilObject;
          sound: nilObject;
         border: nilObject;
        boxSize: <0.0>;
         color1: 0;
         color2: 0;
         color3: 0;
         color4: 0;
end instance;

Class definition

Define Class ColorMixer;
    inherits from ColorMatrix;

    field color1: Unsigned;
    field color2: Unsigned;
    field color3: Unsigned;
    field color4: Unsigned;

    overrides Draw, PartColor, SetPartColor;
end class;