Description
The UVLX8888
field is a member of the ImageFormat
enumeration in the Sandbox namespace. This enumeration is used to specify different image formats that can be utilized within the s&box environment. The UVLX8888
format is a specific type of image format that is defined within this enumeration.
Usage
To use the UVLX8888
image format, you can reference it directly from the ImageFormat
enumeration. This format can be used when specifying the desired image format for operations that require image processing or rendering within the s&box environment.
Example
// Example of using the UVLX8888 image format
ImageFormat format = ImageFormat.UVLX8888;
// Use the format in a hypothetical image processing function
ProcessImage(format);