GPUWhiteBalanceFilter class

@Author: gstory @CreateDate: 2022/1/26 3:39 下午 @Email gstory0404@gmail.com @Description: 色温

Inheritance

Constructors

GPUWhiteBalanceFilter({double? temperature, double? tint})
temperature: The temperature to adjust the image by, in ºK. A value of 4000 is very cool and 7000 very warm. The default value is 5000. Note that the scale between 4000 and 5000 is nearly as visually significant as that between 5000 and 7000.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature double?
getter/setter pair
tint double?
getter/setter pair
type String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTemperature(double temperature) → void
setTint(double tint) → void
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited