C# Class Imgix_Dotnet.Operations.Background.BackgroundExtensions

ImgixImage extension methods that sets background related parameters on the Url.
Exibir arquivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
BackgroundColor ( this image, string value ) : ImgixImage

Adds a background color to the image if there is transparency in it

Method Details

BackgroundColor() public static method

Adds a background color to the image if there is transparency in it
public static BackgroundColor ( this image, string value ) : ImgixImage
image this The image to transform
value string /// 3, 4, 6 and 8 character color values ///
return ImgixImage