ARGB1555
Color render texture format, 1 bit for Alpha channel, 5 bits for Red, Green and Blue channels.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ARGB1555 = 6
Remarks
Note that not all graphics cards support 16 bit textures. Use SystemInfo.SupportsRenderTextureFormat to check for support.
Additional Resources: RenderTexture class, SystemInfo.SupportsRenderTextureFormat.