Submodules

hapycolor.config module

hapycolor.configuration_editor module

hapycolor.imgur module

hapycolor.exceptions module

Hapycolor’s exceptions

exception hapycolor.exceptions.BlackAndWhitePictureException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.CallingAbstractMethodError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.ColorFormatError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.ColorFormatNotFound(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.DconfInvalidCommand(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.EmptyListError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.EmptyPaletteException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.ExportTargetFailure(msg, target)

Bases: hapycolor.exceptions.HapycolorError

disable_target()
exception hapycolor.exceptions.ExtractorArgumentsError(msg, wrapped_exc=None)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.HapycolorError(msg=None)

Bases: exceptions.Exception

Basic exception for errors raised by hapycolor

exception hapycolor.exceptions.HslFilterError(msg, wrapped_exc)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.ImageNotFoundException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidConfigKeyError(msg, wrapped_exc=None)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidDirectoryException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidFileError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidImageError(msg, wrapped_exc=None)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidImageException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidMacroException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidPaletteException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidTarget(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.InvalidValueError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.NoCommonPathFound(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.NotPolarException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.PAMException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.PaletteFormatError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.PlatformNotSupportedError(msg=None)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.ReducerArgumentsError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.UninitializedError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.UnknownAnalysisTypeException(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.UnknownLuminosityFilterTypeError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.UnsupportedFeatureError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.VariableNotFoundError(msg)

Bases: hapycolor.exceptions.HapycolorError

exception hapycolor.exceptions.WrongInputError(msg)

Bases: hapycolor.exceptions.HapycolorError, exceptions.ValueError

hapycolor.helpers module

hapycolor.palette module

hapycolor.raw_colors module

hapycolor.visual module

hapycolor.targets module