PixelDataFormat.GetRgb
Contenuti
[
Nascondere
]GetRgb(int)
Ottiene il colore RGB con un numero specificato di bit per campione.
public static PixelDataFormat GetRgb(int bitsPerSample)
Parametro | Tipo | Descrizione |
---|---|---|
bitsPerSample | Int32 | Il numero di bit per campione. |
Valore di ritorno
Il colore RGB.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.PSD
- assemblea Aspose.PSD
GetRgb(int, int, int)
Ottiene il colore RGB con un numero specificato di bit per campione.
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel)
Parametro | Tipo | Descrizione |
---|---|---|
bitsPerRedChannel | Int32 | Il numero di bit per canale rosso. |
bitsPerGreenChannel | Int32 | Il numero di bit per canale verde. |
bitsPerBlueChannel | Int32 | Il numero di bit per canale blu. |
Valore di ritorno
Il colore RGB.
Guarda anche
- class PixelDataFormat
- spazio dei nomi Aspose.PSD
- assemblea Aspose.PSD