PixelDataFormat.GetRgb
GetRgb(int)
샘플당 지정된 비트 수로 RGB 색상을 가져옵니다.
public static PixelDataFormat GetRgb(int bitsPerSample)
모수 | 유형 | 설명 |
---|---|---|
bitsPerSample | Int32 | 샘플당 비트 수입니다. |
반환 값
RGB 색상입니다.
또한보십시오
- class PixelDataFormat
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
GetRgb(int, int, int)
샘플당 지정된 비트 수로 RGB 색상을 가져옵니다.
public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel,
int bitsPerBlueChannel)
모수 | 유형 | 설명 |
---|---|---|
bitsPerRedChannel | Int32 | 빨간색 채널당 비트 수입니다. |
bitsPerGreenChannel | Int32 | 녹색 채널당 비트 수입니다. |
bitsPerBlueChannel | Int32 | 파란색 채널당 비트 수입니다. |
반환 값
RGB 색상입니다.
또한보십시오
- class PixelDataFormat
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD