PixelDataFormat.GetRgb

GetRgb(int)

샘플당 지정된 비트 수로 RGB 색상을 가져옵니다.

public static PixelDataFormat GetRgb(int bitsPerSample)
모수유형설명
bitsPerSampleInt32샘플당 비트 수입니다.

반환 값

RGB 색상입니다.

또한보십시오


GetRgb(int, int, int)

샘플당 지정된 비트 수로 RGB 색상을 가져옵니다.

public static PixelDataFormat GetRgb(int bitsPerRedChannel, int bitsPerGreenChannel, 
    int bitsPerBlueChannel)
모수유형설명
bitsPerRedChannelInt32빨간색 채널당 비트 수입니다.
bitsPerGreenChannelInt32녹색 채널당 비트 수입니다.
bitsPerBlueChannelInt32파란색 채널당 비트 수입니다.

반환 값

RGB 색상입니다.

또한보십시오