TexFormat.Rgba64f

static TexFormat Rgba64f

Description

Red/Green/Blue/Transparency data channels, at 16 bits per-channel! This is not common, but you might encounter it with raw photos, or HDR images. The f postfix indicates that the raw color data is stored as 16 bit floats, which may be tricky to work with in most languages.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!