C# Класс UnityEditor.ColorPickerHDRConfig

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System

Приватные методы

Метод Описание
ColorPickerHDRConfig ( ColorPickerHDRConfig other ) : System
Temp ( float minBrightness, float maxBrightness, float minExposure, float maxExposure ) : ColorPickerHDRConfig

Описание методов

ColorPickerHDRConfig() публичный Метод

public ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System
minBrightness float Minimum brightness value allowed when using the Color Picker.
maxBrightness float Maximum brightness value allowed when using the Color Picker.
minExposureValue float Minimum exposure value used in the tonemapping section of the Color Picker.
maxExposureValue float Maximum exposure value used in the tonemapping section of the Color Picker.
Результат System