Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor 메서드

PageAPI::CreateColor(float, float, float, float) method

scRGB 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(float a, float r, float g, float b)
매개변수형식설명
afloat알파 색 구성 요소.
rfloat빨간색 구성 요소.
gfloat녹색 구성 요소.
bfloat파란색 구성 요소.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(float, float, float) method

scRGB 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(float r, float g, float b)
매개변수형식설명
rfloat빨간색 구성 요소.
gfloat녹색 구성 요소.
bfloat파란색 구성 요소.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(int32_t, int32_t, int32_t, int32_t) method

sRGB 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)
매개변수형식설명
aint32_t알파 색 구성 요소.
rint32_t빨간색 구성 요소.
gint32_t녹색 구성 요소.
bint32_t파란색 구성 요소.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(int32_t, int32_t, int32_t) method

sRGB 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(int32_t r, int32_t g, int32_t b)
매개변수형식설명
rint32_t빨간색 구성 요소.
gint32_t녹색 구성 요소.
bint32_t파란색 구성 요소.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(System::Drawing::Color) method

새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::Drawing::Color color)
매개변수형식설명
colorSystem::Drawing::ColorRGB 색상에 대한 기본 색상 인스턴스.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile>, const System::ArrayPtr<float>&) method

ICC 기반 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile> iccProfile, const System::ArrayPtr<float> &components)
매개변수형식설명
iccProfileSystem::SharedPtr<XpsModel::XpsIccProfile>ICC 프로필 리소스.
구성 요소const System::ArrayPtr<float>&색상 구성 요소.

ReturnValue

새 색상.

또 보기

PageAPI::CreateColor(System::String, const System::ArrayPtr<float>&) method

ICC 기반 색상 공간에서 새 색상을 생성합니다.

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::String path, const System::ArrayPtr<float> &components)
매개변수형식설명
경로System::StringICC 프로필 경로.
구성 요소const System::ArrayPtr<float>&색상 구성 요소.

ReturnValue

새 색상.

또 보기