'Declaration Public Function GetColorTransformUsingEmbeddedProfileMetadata( _
ByVal sourceColorFormatИсходный формат цвета.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal destColorFormatЦелевой формат цвета.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal inputIccProfileMetadataУзел метаданных, в котором хранится входной профиль ICC.As Vintasoft.Imaging.Metadata.IccProfileMetadata _
) As ColorTransform
public ColorTransform GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata inputIccProfileMetadata
)
public: ColorTransform* GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat* sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat* destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata* inputIccProfileMetadata
)
public:
ColorTransform^ GetColorTransformUsingEmbeddedProfileMetadata(
Vintasoft.Imaging.ColorSpaceFormat^ sourceColorFormat,
Vintasoft.Imaging.ColorSpaceFormat^ destColorFormat,
Vintasoft.Imaging.Metadata.IccProfileMetadata^ inputIccProfileMetadata
)
Parameters
- sourceColorFormat
- Исходный формат цвета.
- destColorFormat
- Целевой формат цвета.
- inputIccProfileMetadata
- Узел метаданных, в котором хранится входной профиль ICC.
Return Value
ColorTransform, который можно использовать для преобразования цветов из sourceColorFormat в destColorFormat или null, если необходимое преобразование не найдено.