Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
processing
main
Processing
ArrayList
Byte
Color
Core
Color
ColorMode
Constants
Data
Conversion
Environment
Cursor
Input
Keyboard
Mouse
MouseButton
Time
Math
Output
Printing
Rendering
BlendMode
Hint
Shape
Primitives2D
ShapeType
Structure
FloatDict
FloatList
Graphics
HashMap
IntDict
IntList
Renderer
Shape
Sketch
StringDict
StringList
Style
Surface
Built with Crystal 1.9.2
2023-10-07 16:45:45 UTC
enum
Processing::Renderer
Overview
Represents the type of renderer.
Defined in:
processing/renderer.cr
Enum Members
P2D
=
0
P3D
=
1
Instance Method Summary
#p2_d?
#p3_d?
Instance Method Detail
def
p2_d?
#
[
View source
]
def
p3_d?
#
[
View source
]