SourceAttributionFormat

data class SourceAttributionFormat(    val preferWordMark: Boolean = false,     val preferMonochrome: Boolean = false,     val preferSimplified: Boolean = false,     val preferPresentation: Boolean = false)

Specification of what format source attribution is requested in.

Parameters

preferWordMark

Whether a full word mark (logo with text) is preferred. If false, an icon mark (logo without text) is preferred instead.

preferMonochrome

Whether a monochrome version of the logo is preferred, typically for a context where the background is vibrantly colored or an image.

preferSimplified

Whether a simplified variant of the logo is preferred, typically for a context where the logo is compact in size. In such a context, complex details such as outlines are hard to distinguish.

preferPresentation

Whether a visually representative logo is preferred, typically for a context where the logo is prominently presented along with others of the same type, such as a source selection screen.

Constructors

Link copied to clipboard
fun SourceAttributionFormat(    preferWordMark: Boolean = false,     preferMonochrome: Boolean = false,     preferSimplified: Boolean = false,     preferPresentation: Boolean = false)

Properties

Link copied to clipboard
val preferMonochrome: Boolean = false
Link copied to clipboard
val preferPresentation: Boolean = false
Link copied to clipboard
val preferSimplified: Boolean = false
Link copied to clipboard
val preferWordMark: Boolean = false