Uses of Interface
de.xima.fc.prompt.service.support.IPromptImageAlphaChannelConverter
Packages that use IPromptImageAlphaChannelConverter
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptImageAlphaChannelConverter in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptImageAlphaChannelConverterModifier and TypeMethodDescriptionPromptImageAlphaChannelConverters.addAlphaChannel()Gets an alpha channel converter that adds an alpha channel, if it does not exist, with full opacity.PromptImageAlphaChannelConverters.flipAlphaChannel()Gets an alpha channel converter that adds an alpha channel if it does not exist; or removes it if it exists.PromptImageAlphaChannelConverters.preserveAlphaChannel()Gets an alpha channel converter that preserves the state of the alpha channel.PromptImageAlphaChannelConverters.removeAlphaChannel()Gets an alpha channel converter that removes the alpha channel, if it exists.Methods in de.xima.fc.prompt.service.support with parameters of type IPromptImageAlphaChannelConverterModifier and TypeMethodDescriptionIPromptImageConvertBuilder.alphaChannel(IPromptImageAlphaChannelConverter converter) Adjusts the alpha channel of the image using the given converter.