@microsoft/fast-colors > ColorLAB > toObject
ColorLAB.toObject() method
Returns the ColorLAB formatted as an object.
Signature:toObject(): {
l: number;
a: number;
b: number;
};
{ l: number; a: number; b: number; }
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-colors > ColorLAB > toObject
Returns the ColorLAB formatted as an object.
Signature:toObject(): {
l: number;
a: number;
b: number;
};
{ l: number; a: number; b: number; }