Click or drag to resize
Ab4d.SharpEngine logo

TextureFactoryCreateGradientTexture Method

Overload List
 NameDescription
Public methodStatic memberCreateGradientTexture(VulkanDevice, GradientStop, Int32, String) Create a texture with color gradient defined by the given array of gradient stops.
Public methodStatic memberCreateGradientTexture(VulkanDevice, Color3, Color3, Int32, String) Create a texture with color gradient between two specified colors.
Public methodStatic memberCreateGradientTexture(VulkanDevice, Color4, Color4, Int32, String) Create a texture with color gradient between two specified colors.
Top
See Also