ToneMappingMode


class ToneMappingMode


Defines the tone mapping mode for a surface.

Summary

Constants

const Int

Extended range tone mapping for HDR.

const Int

Standard tone mapping.

Public companion functions

String
toString(value: Int)

Constants

Extended

const val Extended = 2: Int

Extended range tone mapping for HDR.

Standard

const val Standard = 1: Int

Standard tone mapping.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String