PixelDataFormat.GetCieLab
PixelDataFormat.GetCieLab method
Gets CIE Lab color with a specified number of bits per sample.
public static PixelDataFormat GetCieLab(int bitsPerL, int bitsPerA, int bitsPerB)
Parameter | Type | Description |
---|---|---|
bitsPerL | Int32 | The number of bits per L channel. |
bitsPerA | Int32 | The number of bits per A channel. |
bitsPerB | Int32 | The number of bits per B channel. |
Return Value
The CIE Lab color.
See Also
- class PixelDataFormat
- namespace Aspose.PSD
- assembly Aspose.PSD