BlendFactor enum

SDL_BlendFactor.

Inheritance

Constructors

BlendFactor()
const

Values

zero → const BlendFactor

SDL_BLENDFACTOR_ZERO = 1

one → const BlendFactor

SDL_BLENDFACTOR_ONE = 2

srcColor → const BlendFactor

SDL_BLENDFACTOR_SRC_COLOR = 3

oneMinusSrcColor → const BlendFactor

SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR = 4

srcAlpha → const BlendFactor

SDL_BLENDFACTOR_SRC_ALPHA = 5

oneMinusSrcAlpha → const BlendFactor

SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA = 6

dstColor → const BlendFactor

SDL_BLENDFACTOR_DST_COLOR = 7

oneMinusDstColor → const BlendFactor

SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR = 8

dstAlpha → const BlendFactor

SDL_BLENDFACTOR_DST_ALPHA = 9

oneMinusDstAlpha → const BlendFactor

SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA = 10

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BlendFactor>
A constant List of the values in this enum, in order of their declaration.