Edit

Share via


ColorRepresentation Enum

Definition

Defines how colors are represented.

public enum ColorRepresentation
type ColorRepresentation = 
Public Enum ColorRepresentation
Inheritance
ColorRepresentation

Fields

Hsva 0

Color is represented by hue, saturation, value and alpha channels.

Rgba 1

Color is represented by red, green, blue and alpha channels.

Applies to