Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
func (*Editor) InitPlugin ¶
func (this *Editor) InitPlugin(messenger plugin.BinaryMessenger) error
type EditorInstance ¶
type EditorInstance struct {
Brightness float64 `json:"brightness"`
Saturation float64 `json:"saturation"`
Hue float64 `json:"hue"`
Blur float64 `json:"blur"`
Invert bool `json:"invert"`
Grayscale bool `json:"grayscale"`
Filepath string `json:"filepath"`
}
func (*EditorInstance) EditImage ¶
func (this *EditorInstance) EditImage() (string, error)
Click to show internal directories.
Click to hide internal directories.