EmptyKeys.UserInterface.Media.TextureBase.GenerateSolidColor C# (CSharp) Method

GenerateSolidColor() public abstract method

Generates the solid color texture content
public abstract GenerateSolidColor ( Thickness borderThickness, bool isBorder ) : void
borderThickness Thickness The border thickness.
isBorder bool if set to true [is border].
return void
        public abstract void GenerateSolidColor(Thickness borderThickness, bool isBorder);