Example usage for Java android.graphics ColorSpace fields, constructors, methods, implement or subclass
The text is from its open source code.
ColorSpace | get(@IntRange(from = MIN_ID, to = MAX_ID) int index) Returns an instance of ColorSpace whose ID matches the specified ID. This method always returns the same instance for a given ID. This method is thread-safe. |
ColorSpace | get(@NonNull Named name) Returns an instance of ColorSpace identified by the specified name. |