Structure
ImageLoadingOptions.TintColors
public struct TintColors
Custom tint color to be used for each image type (placeholder, success, failure).
Relationships
Member Of
ImageLoadingOptions
A set of options that control how the image is loaded and displayed.
Initializers
init(success:failure:placeholder:)
public init(success: UIColor?, failure: UIColor?, placeholder: UIColor?)
- parameter success: A tint color to be used with a loaded image.
- parameter failure: A tint color to be used with a
failureImage
. - parameter placeholder: A tint color to be used with a
placeholder
.