Module: CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode

Extended by:
Internal::Types::Enum
Defined in:
lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb

Constant Summary collapse

NORMAL =
"normal"
MULTIPLY =
"multiply"
SCREEN =
"screen"
OVERLAY =
"overlay"
DARKEN =
"darken"
LIGHTEN =
"lighten"
COLOR_DODGE =
"color-dodge"
COLOR_BURN =
"color-burn"
HARD_LIGHT =
"hard-light"
SOFT_LIGHT =
"soft-light"
DIFFERENCE =
"difference"
EXCLUSION =
"exclusion"
HUE =
"hue"
SATURATION =
"saturation"
COLOR =
"color"
LUMINOSITY =
"luminosity"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load