C# Класс Imgix_Dotnet.Operations.Background.BackgroundExtensions

ImgixImage extension methods that sets background related parameters on the Url.
Показать файл Открыть проект

Открытые методы

Метод Описание
BackgroundColor ( this image, string value ) : ImgixImage

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

Описание методов

BackgroundColor() публичный статический Метод

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 ///
Результат ImgixImage