This commit is contained in:
Tomas Aparicio 2015-06-13 17:39:25 +01:00
parent 827eb82ea3
commit 5d3a306adc
3 changed files with 34 additions and 16 deletions

View file

@ -55,6 +55,8 @@ const (
VERTICAL Direction = C.VIPS_DIRECTION_VERTICAL
)
const WATERMARK_FONT = "sans 10"
// Color represents a traditional RGB color scheme
type Color struct {
R, G, B uint8