Difference between revisions of "LineStyle"

 
(Constants: Slight clarification.)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
The styles in which lines are drawn.
 +
== Constants ==
 +
;rough: Draw rough/aliased lines.
 +
;smooth: Draw smooth/anti-aliased lines.
  
 
== Constants ==
 
;rough: Draw rough lines.
 
;smooth: Draw smooth lines.
 
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
Line 9: Line 9:
 
* [[love.graphics.setLineStipple]]
 
* [[love.graphics.setLineStipple]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#set:Description=The styles in which lines are drawn.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|LineStyle}}

Latest revision as of 01:55, 1 September 2022

The styles in which lines are drawn.

Constants

rough
Draw rough/aliased lines.
smooth
Draw smooth/anti-aliased lines.

See Also


Other Languages