Interface: ScreenRectangleOptions
Defined in: mobjects/frame/index.ts:21
Options for creating a ScreenRectangle
Extends
Omit<RectangleOptions,"width">
Properties
aspectRatio?
optionalaspectRatio:number
Defined in: mobjects/frame/index.ts:25
Aspect ratio (width/height). Default: 16/9
center?
optionalcenter:Vector3Tuple
Defined in: mobjects/geometry/Rectangle.ts:20
Center position. Default: [0, 0, 0]
Inherited from
color?
optionalcolor:string
Defined in: mobjects/geometry/Rectangle.ts:14
Stroke color as CSS color string. Default: Manim's blue (#58C4DD)
Inherited from
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/geometry/Rectangle.ts:16
Fill opacity from 0 to 1. Default: 0
Inherited from
height?
optionalheight:number
Defined in: mobjects/frame/index.ts:23
Height of the rectangle. Default: 4
Overrides
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/Rectangle.ts:18
Stroke width in pixels. Default: 4 (Manim's default)