PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::Color Member List

This is the complete list of members for PDF::Color, including all inherited members.

Color() noexcept (defined in PDF::Color)PDF::Colorinline
Color(PDEColor handle, bool adopt=false) noexcept (defined in PDF::Color)PDF::Colorinline
Color(const Color &rhs) noexcept (defined in PDF::Color)PDF::Colorinline
Color(Color &&rhs) noexcept (defined in PDF::Color)PDF::Colorinline
Create(const ColorSpace &colorSpace, const std::vector< float > &components, const Pattern &pattern)PDF::Colorstatic
CreateFromValue(PDColorValue value)PDF::Colorstatic
CreateGray(float gray)PDF::Colorstatic
CreateRGB(float red, float green, float blue)PDF::Colorstatic
GetColorSpace() constPDF::Color
GetComponent(size_t index) constPDF::Color
GetNumComponents() constPDF::Color
GetPattern() constPDF::Color
operator=(const Color &rhs) noexcept (defined in PDF::Color)PDF::Colorinline
operator=(Color &&rhs) noexcept (defined in PDF::Color)PDF::Colorinline
ToARGB(float opacity, PDERenderingIntent intent) constPDF::Color
ToRGB(PDERenderingIntent intent) constPDF::Color