Module: CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextBlendMode
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_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