RenderTextureFormat.ARGB4444 Manual     Reference     Scripting  
Scripting > Enumerations > RenderTextureFormat
RenderTextureFormat.ARGB4444

RenderTextureFormat.ARGB4444

Description

Color render texture format, 4 bit per channel

Note that not all graphics cards support 16 bit textures. Use SystemInfo.SupportsRenderTextureFormat to check for support.

See Also: RenderTexture.format, RenderTexture class, SystemInfo.SupportsRenderTextureFormat.