Module egd_primitives

egd_primitives.

Description

egd_primitives

Function Index

arc/4
arc/5
arc_to_edges/3
color/1
convex_hull/1
create/2
edges/1
filledEllipse/4
filledRectangle/4
filledTriangle/5
info/1
line/4
line/5
object_info/1
pixel/3
polygon/3
rectangle/4
rgb_float2byte/1
text/5

Function Details

arc/4

arc(I, Sp, Ep, Color) -> any()

arc/5

arc(Image, Sp, Ep, D, Color) -> any()

arc_to_edges/3

arc_to_edges(P0, P1, D) -> any()

color/1

color(Color) -> any()

convex_hull/1

convex_hull(Ps) -> any()

create/2

create(W, H) -> any()

edges/1

edges(Pts) -> any()

filledEllipse/4

filledEllipse(Image, Sp, Ep, Color) -> any()

filledRectangle/4

filledRectangle(Image, Sp, Ep, Color) -> any()

filledTriangle/5

filledTriangle(Image, P1, P2, P3, Color) -> any()

info/1

info(I) -> any()

line/4

line(Image, Sp, Ep, Color) -> any()

line/5

line(Image, Sp, Ep, Wd, Color) -> any()

object_info/1

object_info(O) -> any()

pixel/3

pixel(Image, Point, Color) -> any()

polygon/3

polygon(Image, Points, Color) -> any()

rectangle/4

rectangle(Image, Sp, Ep, Color) -> any()

rgb_float2byte/1

rgb_float2byte(X1) -> any()

text/5

text(Image, Sp, Font, Text, Color) -> any()


Generated by EDoc