Board

Board.Save.ImageProcessor

ImageProcessor.CreateTestCoverImage(Color, string) Method

Creates a test cover image for development/testing purposes.

public static Texture2D CreateTestCoverImage(Color backgroundColor=default(Color), string text=null);

Parameters

backgroundColor UnityEngine.Color

Background color for the test image.

text System.String

Optional text to display on the image.

Returns

UnityEngine.Texture2D
A new Texture2D with test content.