Object <- Viewable <- Box <- ColorMatrix |
|
|
AdjustSize CalcInsidePart ConstrainSize Touch |
|
BoxSize CanDrawIn |
| 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 |
Define Class ColorMatrix; abstract; inherits from Box; field boxSize: Micron, getter, setter; attribute BoxSize: Micron, safe, common; overrides AdjustSize, ConstrainSize; overrides CalcInsidePart; overrides CanDrawIn; overrides Touch; end class;