ColorSpaceProfilesWrapper
interface ColorSpaceProfilesWrapper : UnsafeWrapper
FakeColorSpaceProfiles |
A fake implementation of |
A compatibility wrapper for color space profiles.
| See also | |
|---|---|
ColorSpaceProfiles |
Summary
Public functions |
|
|---|---|
Set<String> |
getSupportedColorSpaces(imageFormat: Int)Get the supported color spaces for a given image format. |
Set<String> |
getSupportedColorSpacesForDynamicRange(Get the supported color spaces for a given image format and dynamic range profile. |
Set<Long> |
getSupportedDynamicRangeProfiles(Get the supported dynamic range profiles for a given color space and image format. |
Set<Int> |
getSupportedImageFormatsForColorSpace(cameraColorSpace: String)Get the supported image formats for a given color space. |
Inherited functions |
|---|
Public functions
getSupportedColorSpaces
fun getSupportedColorSpaces(imageFormat: Int): Set<String>
Get the supported color spaces for a given image format.
| Parameters | |
|---|---|
imageFormat: Int |
The image format to query. |
| Returns | |
|---|---|
Set<String> |
The set of supported |
getSupportedColorSpacesForDynamicRange
fun getSupportedColorSpacesForDynamicRange(
imageFormat: Int,
dynamicRangeProfile: Long
): Set<String>
Get the supported color spaces for a given image format and dynamic range profile.
| Parameters | |
|---|---|
imageFormat: Int |
The image format to query. |
dynamicRangeProfile: Long |
The dynamic range profile to query. |
| Returns | |
|---|---|
Set<String> |
The set of supported |
getSupportedDynamicRangeProfiles
fun getSupportedDynamicRangeProfiles(
cameraColorSpace: String,
imageFormat: Int
): Set<Long>
Get the supported dynamic range profiles for a given color space and image format.
| Parameters | |
|---|---|
cameraColorSpace: String |
The |
imageFormat: Int |
The image format to query. |
| Returns | |
|---|---|
Set<Long> |
A set of framework dynamic range profiles (e.g., |
getSupportedImageFormatsForColorSpace
fun getSupportedImageFormatsForColorSpace(cameraColorSpace: String): Set<Int>
Get the supported image formats for a given color space.
| Parameters | |
|---|---|
cameraColorSpace: String |
The |