Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextureFormat.ARGB32

Description

Color with alpha texture format, 8-bits per channel.

Each of RGBA color channels is stored as an 8-bit value in [0..1] range. In memory, the channel data is ordered this way: A, R, G, B bytes one after another.

Note that RGBA32 format might be slightly more efficient as the data layout in memory more closely matches what the graphics APIs expect.

See Also: Texture2D, texture assets.

Did you find this page useful? Please give it a rating: