OkLab class
对应 Kotlin OkLab,采用便于用户理解的归一化区间的 OkLAB 表示。
- Annotations
Properties
Methods
-
copyWith(
{double? l, double? a, double? b}) → OkLab -
返回替换指定分量后的副本,对应 Kotlin data class 的
copy。 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toColor(
[double alpha = 1.0]) → Color -
对应 Kotlin
OkLab.toColor,将 OkLab 转换为 sRGB Color。 -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override