Documentation ¶
Index ¶
- func CreateGreyRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothAlternateRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothBlackWhiteRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothContRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothGreyRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothPlan9RGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothRetroRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothSimpleRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func CreateSmoothWebSafeRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
- func GetAllFunctions() ...
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGreyRGBA ¶
func CreateGreyRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateGreyRGBA returns grey RGBA with contrast = 15
func CreateSmoothAlternateRGBA ¶
func CreateSmoothAlternateRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothAlternateRGBA returns smooth RGBA with Grey palette
func CreateSmoothBlackWhiteRGBA ¶
func CreateSmoothBlackWhiteRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothBlackWhiteRGBA returns smooth RGBA with Grey palette
func CreateSmoothContRGBA ¶
func CreateSmoothContRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothContRGBA returns smooth RGBA with Grey palette
func CreateSmoothGreyRGBA ¶
func CreateSmoothGreyRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothGreyRGBA returns smooth RGBA with Grey palette
func CreateSmoothPlan9RGBA ¶
func CreateSmoothPlan9RGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothPlan9RGBA returns smooth RGBA with Plan9 palette
func CreateSmoothRetroRGBA ¶
func CreateSmoothRetroRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothRetroRGBA returns smooth RGBA with Retro palette
func CreateSmoothSimpleRGBA ¶
func CreateSmoothSimpleRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothSimpleRGBA returns RGBA using primitive smooth technique
func CreateSmoothWebSafeRGBA ¶
func CreateSmoothWebSafeRGBA(data []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
CreateSmoothWebSafeRGBA returns smooth RGBA with WebSafe palette
func GetAllFunctions ¶
func GetAllFunctions() map[string]func(result []mcalc.MandelIterationResult, settings *mcalc.MandelSettings) *image.RGBA
GetAllFunctions returns map of all color functions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.