image
0.14.0
image
doodle.image
Image
Image
Elements
Above
At
Beside
Circle
ClosedPath
Debug
Empty
FillColor
FillGradient
Font
NoFill
NoStroke
On
OpenPath
Rectangle
StrokeColor
StrokeWidth
Text
Transform
Triangle
Path
doodle.image.examples
ArcheryTarget
BoxesAndArrows
BrownianMotion
ChessBoard
ChristmasTree
ColorPalette
ColorPaletteAgain
ColorWheel
ColorsAndShapes
ConcentricCircles
CreativeScala
cross
curvedPolygons
parametricCircle
parametricNoise
paths
point
polygons
randomConcentricCircles
regularPolygons
scatterPlot
sequentialBoxes
sierpinski
stars
DiffusionLimitedAggregation
Epicycloid
Flowers
FunctionalGeometry
GradientCircles
GradientSquares
Grid
Hypocycloid
Interpolation
Koch
Layers
Layout
OpenClosedPaths
ParametricSamples
ParticleSystem
imageOnMonoid
Polygon
RainbowSierpinski
Rosette
SandSpline
Sierpinski
SierpinskiConfection
SierpinskiRipple
Sine
Smoke
Spirals
Stars
Street
Tiles
TimeSeries
distribution
resample
similaritySearch
Tree
Volcano
Windswept
doodle.image.syntax
ImageSyntax
ImageOps
ImageWriterIOOps
ImageWriterOps
TraverseImageSyntax
TraverseImageOps
all
core
image
traverse
image
/
doodle.image
/
Image
/
Elements
/
Triangle
Triangle
final case
class
Triangle
(
w:
Double
,
h:
Double
)
extends
Image
Source:
Image.scala
Graph
Supertypes
class
Image
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
above
(
bottom:
Image
):
Image
Inherited from:
Image
Source:
Image.scala
def
at
(
r:
Double
,
a:
Angle
):
Image
Inherited from:
Image
Source:
Image.scala
def
at
(
x:
Double
,
y:
Double
):
Image
Inherited from:
Image
Source:
Image.scala
def
at
(
pt:
Point
):
Image
Inherited from:
Image
Source:
Image.scala
def
at
(
vec:
Vec
):
Image
Inherited from:
Image
Source:
Image.scala
def
below
(
top:
Image
):
Image
Inherited from:
Image
Source:
Image.scala
def
beside
(
right:
Image
):
Image
Inherited from:
Image
Source:
Image.scala
def
compile
[
Algebra
<:
Basic
]:
Picture
[
Algebra
,
Unit
]
Inherited from:
Image
Source:
Image.scala
def
debug
:
Image
Inherited from:
Image
Source:
Image.scala
def
debug
(
color:
Color
):
Image
Inherited from:
Image
Source:
Image.scala
def
fillColor
(
color:
Color
):
Image
Inherited from:
Image
Source:
Image.scala
def
fillGradient
(
gradient:
Gradient
):
Image
Inherited from:
Image
Source:
Image.scala
def
font
(
font:
Font
):
Image
Inherited from:
Image
Source:
Image.scala
def
noFill
:
Image
Inherited from:
Image
Source:
Image.scala
def
noStroke
:
Image
Inherited from:
Image
Source:
Image.scala
def
on
(
bottom:
Image
):
Image
Inherited from:
Image
Source:
Image.scala
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
def
rotate
(
angle:
Angle
):
Image
Inherited from:
Image
Source:
Image.scala
def
scale
(
x:
Double
,
y:
Double
):
Image
Inherited from:
Image
Source:
Image.scala
def
strokeColor
(
color:
Color
):
Image
Inherited from:
Image
Source:
Image.scala
def
strokeWidth
(
width:
Double
):
Image
Inherited from:
Image
Source:
Image.scala
def
transform
(
tx:
Transform
):
Image
Inherited from:
Image
Source:
Image.scala
def
under
(
top:
Image
):
Image
Inherited from:
Image
Source:
Image.scala