ColorAdjustmentSettings

Created by svennahler on 02.09.16.

open class ColorAdjustmentSettings

Constructors

ColorAdjustmentSettings
Link copied to clipboard
fun ColorAdjustmentSettings()

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isAllowedWithLicensed
Link copied to clipboard
fun isAllowedWithLicensed(): <ERROR CLASS>
setDefaultValues
Link copied to clipboard

Sets the default values for all color adjustments.

fun setDefaultValues()
toString
Link copied to clipboard
open override fun toString(): String

Properties

blacks
Link copied to clipboard

The blacks value which changes the black level. (Default is 0.0)

var blacks: <ERROR CLASS>
brightness
Link copied to clipboard

The brightness value which lights out all colors or darken them. (Default is 0.0)

var brightness: <ERROR CLASS>
clarity
Link copied to clipboard

The clarity value which changes the mid tone contrast and the sharpness. (Default is 0.0)

var clarity: <ERROR CLASS>
contrast
Link copied to clipboard

The contrast value which adjusts the difference between light and dark areas. (Default is 0.0)

var contrast: <ERROR CLASS>
exposure
Link copied to clipboard

The exposure value which changes the level of lights. (Default is 0.0)

var exposure: <ERROR CLASS>
gamma
Link copied to clipboard

The gamma value that increases the ambient brightness of the image.

var gamma: <ERROR CLASS>
highlight
Link copied to clipboard

The highlight value which changes the contrast of lighter areas. (Default is 0.0)

var highlight: <ERROR CLASS>
saturation
Link copied to clipboard

The saturation value which increases or decreases the RGB values together. (Default is 0.0)

var saturation: <ERROR CLASS>
shadow
Link copied to clipboard

The shadow value which changes the contrast of the darker areas. (Default is 0.0)

var shadow: <ERROR CLASS>
sharpness
Link copied to clipboard

The sharpness value which adjust the clarity of detail. (Default is 0.0)

var sharpness: <ERROR CLASS>
temperature
Link copied to clipboard

The temperature value which changes the color into a more cold or warm color spectrum. (Default is 0.0)

var temperature: <ERROR CLASS>
whites
Link copied to clipboard

The whites value which changes the white level. (Default is 0.0)

var whites: <ERROR CLASS>