C# 클래스 Imgix_Dotnet.Operations.Background.BackgroundExtensions

ImgixImage extension methods that sets background related parameters on the Url.
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
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