다음을 통해 공유


CImage::GetColorTable

색상표 DIB 섹션의 항목에서 빨간색, 녹색, 파랑 (RGB) 색 값을 검색합니다.

void GetColorTable(
   UINT iFirstColor,
   UINT nColors,
   RGBQUAD* prgbColors 
) const throw( );

매개 변수

  • iFirstColor
    색 테이블 인덱스의 첫 번째 항목을 검색 합니다.

  • nColors
    색 테이블 항목을 검색할 수

  • prgbColors
    포인터 배열에 RGBQUAD 구조는 색을 검색 하는 항목 테이블입니다.

요구 사항

헤더: atlimage.h

참고 항목

참조

CImage 클래스

CImage::SetColorTable

CImage::GetMaxColorTableEntries

GetDIBColorTable