From 9f982e3d1935618407a5d0019f66aad93e082584 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 28 Aug 2018 23:56:23 +0100 Subject: [PATCH] stub out inital public facing functions. --- .../SmoulderingBeachBall/ImageMaker.fs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs b/SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs index 72918ca..2fcba82 100644 --- a/SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs +++ b/SmoulderingBeachBall/SmoulderingBeachBall/ImageMaker.fs @@ -1,5 +1,12 @@ namespace SmoulderingBeachBall module ImageMaker = - let hello name = - printfn "Hello %s" name + + let makeImage width height colour = + null + + let addOverlay colour image = + null + + let saveImage filePath = + null