Aspose::Page::XPS::XpsDocument::CreateColor method

XpsDocument::CreateColor(float, float, float, float) method

scRGB रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float a, float r, float g, float b)
पैरामीटरप्रकारविवरण
एकफ़्लोटअल्फा रंग घटक।
rफ़्लोटलाल रंग घटक।
gफ़्लोटहरा रंग घटक।
bफ़्लोटनीला रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें

XpsDocument::CreateColor(float, float, float) method

scRGB रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float r, float g, float b)
पैरामीटरप्रकारविवरण
rफ़्लोटलाल रंग घटक।
gफ़्लोटहरा रंग घटक।
bफ़्लोटनीला रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें

XpsDocument::CreateColor(int32_t, int32_t, int32_t, int32_t) method

sRGB रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)
पैरामीटरप्रकारविवरण
एकint32_tअल्फा रंग घटक।
rint32_tलाल रंग घटक।
gint32_tहरा रंग घटक।
bint32_tनीला रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें

XpsDocument::CreateColor(int32_t, int32_t, int32_t) method

sRGB रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t r, int32_t g, int32_t b)
पैरामीटरप्रकारविवरण
rint32_tलाल रंग घटक।
gint32_tहरा रंग घटक।
bint32_tनीला रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें

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

एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::Drawing::Color color)
पैरामीटरप्रकारविवरण
colorSystem::Drawing::ColorRGB रंग के लिए एक मूल रंग उदाहरण।

ReturnValue

नया रंग।

संबंधित देखें

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

ICC-आधारित रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile> iccProfile, const System::ArrayPtr<float> &components)
पैरामीटरप्रकारविवरण
iccProfileSystem::SharedPtr<XpsModel::XpsIccProfile>ICC प्रोफ़ाइल संसाधन।
घटकconst System::ArrayPtr<float>&रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें

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

ICC-आधारित रंग स्थान में एक नया रंग बनाता है।

System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::String path, const System::ArrayPtr<float> &components)
पैरामीटरप्रकारविवरण
पथSystem::StringICC प्रोफ़ाइल का पथ।
घटकconst System::ArrayPtr<float>&रंग घटक।

ReturnValue

नया रंग।

संबंधित देखें