Java android.graphics ColorSpace fields, constructors, methods, implement or subclass

Example usage for Java android.graphics ColorSpace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics ColorSpace.

The text is from its open source code.

Method

ColorSpaceget(@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.

ColorSpaceget(@NonNull Named name)

Returns an instance of ColorSpace identified by the specified name.