Manual     Reference     Scripting  
  
Scripting > Enumerations > RenderTextureFormat   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Attributes
  • Enumerations
  • History
  • Index
  • RenderTextureFormat
  • All Members
  • Values
  • ARGB1555
  • ARGB32
  • ARGB4444
  • ARGBHalf
  • Default
  • DefaultHDR
  • Depth
  • RGB565

RenderTextureFormat.RGB565  

RenderTextureFormat.RGB565

Description

Color render texture format.

5 bits for Red channel, 6 bits for Green channel, 5 bits for Blue 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.