ColorAsset

open class ColorAsset : AbstractAsset

Constructors

ColorAsset
Link copied to clipboard
open fun ColorAsset(red: Int, green: Int, blue: Int, alpha: Int)
ColorAsset
Link copied to clipboard
open fun ColorAsset(red: Int, green: Int, blue: Int, alpha: Float)
ColorAsset
Link copied to clipboard
open fun ColorAsset(red: Float, green: Float, blue: Float, alpha: Float)
ColorAsset
Link copied to clipboard
open fun ColorAsset(color: Int)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
open fun equals(o: Any): Boolean
flagAsTemporary
Link copied to clipboard
fun flagAsTemporary()
getConfigType
Link copied to clipboard
abstract fun getConfigType(): Class<Out AbstractAsset>
fun getConfigType(): Class<Out AbstractAsset>
getId
Link copied to clipboard
fun getId(): String
getIdWithoutVersion
Link copied to clipboard
fun getIdWithoutVersion(): String
getLegacyVersion
Link copied to clipboard
open fun getLegacyVersion(): SemVersion
getParentId
Link copied to clipboard
fun getParentId(): String
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
isTemporary
Link copied to clipboard
fun isTemporary(): Boolean
setParentId
Link copied to clipboard
fun setParentId(p: String)
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: NonExistentClass, flags: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

color
Link copied to clipboard
private val color: Int
CREATOR
Link copied to clipboard
val CREATOR: Creator<ColorAsset>