Aardvark.Base


PixFormat

The PixFormat encodes the channel type and the color format of an image.

Constructors

ConstructorDescription
new(type, format)
Signature: (type:Type * format:Format) -> unit

Instance members

Instance memberDescription
ChannelCount
Signature: int
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
Equals(other)
Signature: other:PixFormat -> bool
Modifiers: abstract
GetHashCode()
Signature: unit -> int
Modifiers: abstract

Static members

Static memberDescription
op_Equality(a, b)
Signature: (a:PixFormat * b:PixFormat) -> bool
op_Inequality(a, b)
Signature: (a:PixFormat * b:PixFormat) -> bool
Fork me on GitHub